www

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

commit 262f8c7772053b0a90444af64edaf70f111e938c
parent d60a09aae2e99ba89121e56debf8888a3195f640
Author: Suzanne Soy <git@suzanne.soy>
Date:   Sun, 21 Feb 2021 22:19:59 +0000

debug

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