Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PrivateStorageio
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PrivateStorage
PrivateStorageio
Merge requests
!111
nix-shell: Make overloadable, use old morph for now
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
nix-shell: Make overloadable, use old morph for now
nix-shell-maybe-this-you-mean
into
develop
Overview
4
Commits
4
Pipelines
3
Changes
1
Merged
nix-shell: Make overloadable, use old morph for now
Florian Sesser
requested to merge
nix-shell-maybe-this-you-mean
into
develop
Jun 27, 2021
Overview
4
Commits
4
Pipelines
3
Changes
1
Two details I stumbled upon.
@jcalderone
if you think this is better than before, please merge.
0
0
Merge request reports
Compare
develop
version 2
f0d17257
Jun 30, 2021
version 1
37ea4c98
Jun 27, 2021
develop (base)
and
latest version
latest version
e33f8775
4 commits,
Jun 30, 2021
version 2
f0d17257
3 commits,
Jun 30, 2021
version 1
37ea4c98
2 commits,
Jun 27, 2021
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
shell.nix
+
1
−
1
View file @ e33f8775
Edit in single-file editor
Open in Web IDE
Show full file
@@ -4,7 +4,7 @@ let
in
{
pkgs
?
nixpkgs
}:
pkgs
.
mkShell
{
NIX_PATH
=
"nixpkgs=
${
nix
pkgs
.
path
}
"
;
NIX_PATH
=
"nixpkgs=
${
pkgs
.
path
}
"
;
buildInputs
=
[
pkgs
.
morph
stable2105
.
vagrant
Loading