This commit is contained in:
Suzanne Soy 2021-02-21 20:56:47 +00:00
parent 3f7f9f99e0
commit 08b39a0f4a

View File

@ -8,7 +8,7 @@
let system = "x86_64-linux"; in
let nixpkgs = import nixpkgs-git { config = { allowUnfree = true;}; system = system; }; in
let mypackages = with nixpkgs; [ coreutils python3 sqlite awk ]; in
let mypackages = with nixpkgs; [ coreutils python3 sqlite nawk ]; in
with import nixpkgs-git { system = "x86_64-linux"; };
symlinkJoin {