commit 2673d5b860837e4b7ebbd6977cfd06d55957947e
parent 18cdc1a7ec133fd87e821026197502377c001553
Author: Suzanne Soy <git@suzanne.soy>
Date: Sun, 21 Feb 2021 23:06:57 +0000
Added tar dependency
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 gawk git file bash bashInteractive tar ]; in
+ let mypackages = with nixpkgs; [ coreutils python3 sqlite gawk git file bash bashInteractive gnutar ]; in
with import nixpkgs-git { system = "x86_64-linux"; };
symlinkJoin {