File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 3
3
4
4
inputs . nixpkgs . url = "github:NixOS/nixpkgs/nixos-unstable" ;
5
5
6
- outputs = { self , nixpkgs } :
6
+ outputs = { self , nixpkgs } :
7
7
8
8
let pkgs = nixpkgs . legacyPackages . x86_64-linux ;
9
9
in {
20
20
}
21
21
) {
22
22
enableSeparateDataOutput = false ;
23
- } ) . overrideAttrs ( old : {
24
- installPhase = old . installPhase + ''
25
- ln -s $out/bin/shellify $out/bin/nix-shellify
26
- '' ;
23
+ } ) . overrideAttrs ( old : {
27
24
buildInputs = old . buildInputs ++ [ pkgs . nix ] ;
28
25
} ) ;
29
26
} ;
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ library
59
59
shake >= 0.19.7 && < 0.20 ,
60
60
unordered-containers >= 0.2.19.1 && < 0.3
61
61
62
- executable shellify
62
+ executable nix- shellify
63
63
import : deps
64
64
main-is : Main.hs
65
65
build-depends :
You can’t perform that action at this time.
0 commit comments