Added gzip dependency, gitignore result@
This commit is contained in:
parent
2673d5b860
commit
17d5483070
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
/test/
|
/test/
|
||||||
|
/result
|
|
@ -8,7 +8,7 @@
|
||||||
let system = "x86_64-linux"; in
|
let system = "x86_64-linux"; in
|
||||||
let nixpkgs = import nixpkgs-git { config = { allowUnfree = true;}; system = system; }; in
|
let nixpkgs = import nixpkgs-git { config = { allowUnfree = true;}; system = system; }; in
|
||||||
|
|
||||||
let mypackages = with nixpkgs; [ coreutils python3 sqlite gawk git file bash bashInteractive gnutar ]; in
|
let mypackages = with nixpkgs; [ coreutils python3 sqlite gawk git file bash bashInteractive gnutar gzip ]; in
|
||||||
|
|
||||||
with import nixpkgs-git { system = "x86_64-linux"; };
|
with import nixpkgs-git { system = "x86_64-linux"; };
|
||||||
symlinkJoin {
|
symlinkJoin {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user