Follow upstream devshell with nixUnstable, important fixes

for docker needed, see:

https://github.com/NixOS/nix/issues/5777

https://github.com/NixOS/nix/pull/5787
This commit is contained in:
teutat3s 2022-02-03 00:33:21 +01:00
parent 0a1cd6bf40
commit 82c9283639
Signed by untrusted user: teutat3s
GPG key ID: 4FA1D3FA524F22C1
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{ pkgs, lib, budUtils, ... }: {
bud.cmds = with pkgs; {
get = {
writer = budUtils.writeBashWithPaths [ nixFlakes git coreutils ];
writer = budUtils.writeBashWithPaths [ nixUnstable git coreutils ];
synopsis = "get [DEST]";
help = "Copy the desired template to DEST";
script = ./get.bash;

View file

@ -34,7 +34,7 @@ in
'');
commands = with pkgs; [
(devos nixFlakes)
(devos nixUnstable)
(devos agenix)
{
category = "devos";