commit 86af264942ad5eb9873995f6fd511e53be8460c9
parent 7bda175b43b667cad2b78454955193dbaf1761e8
Author: Suzanne Soy <git@suzanne.soy>
Date: Sun, 21 Feb 2021 21:48:05 +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 gawk git ]; in
+ let mypackages = with nixpkgs; [ coreutils python3 sqlite gawk git bash bashInteractive ]; in
with import nixpkgs-git { system = "x86_64-linux"; };
symlinkJoin {