This commit is contained in:
Suzanne Soy 2021-02-21 21:48:05 +00:00
parent 7bda175b43
commit 86af264942

View File

@ -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 {