www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 18cdc1a7ec133fd87e821026197502377c001553
parent 24371c5201021bf55588b82fb4353f094ef80c27
Author: Suzanne Soy <git@suzanne.soy>
Date:   Sun, 21 Feb 2021 23:04:45 +0000

Added tar dependency

Diffstat:
Mflake.nix | 2+-
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 ]; in + let mypackages = with nixpkgs; [ coreutils python3 sqlite gawk git file bash bashInteractive tar ]; in with import nixpkgs-git { system = "x86_64-linux"; }; symlinkJoin {