From 86af264942ad5eb9873995f6fd511e53be8460c9 Mon Sep 17 00:00:00 2001 From: Suzanne Soy Date: Sun, 21 Feb 2021 21:48:05 +0000 Subject: [PATCH] debug --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 14bb32f..dc3f5af 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 gawk git ]; in + let mypackages = with nixpkgs; [ coreutils python3 sqlite gawk git bash bashInteractive ]; in with import nixpkgs-git { system = "x86_64-linux"; }; symlinkJoin {