commit 08b39a0f4a38f4fc7773f05cc98c33f2de4ef462
parent 3f7f9f99e070aaece707564b4d920560f3fe4591
Author: Suzanne Soy <git@suzanne.soy>
Date: Sun, 21 Feb 2021 20:56:47 +0000
debug
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 {