diff --git a/flake.nix b/flake.nix index 6219d6c..d77983a 100644 --- a/flake.nix +++ b/flake.nix @@ -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 {