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:
parent
0a1cd6bf40
commit
82c9283639
|
@ -1,7 +1,7 @@
|
||||||
{ pkgs, lib, budUtils, ... }: {
|
{ pkgs, lib, budUtils, ... }: {
|
||||||
bud.cmds = with pkgs; {
|
bud.cmds = with pkgs; {
|
||||||
get = {
|
get = {
|
||||||
writer = budUtils.writeBashWithPaths [ nixFlakes git coreutils ];
|
writer = budUtils.writeBashWithPaths [ nixUnstable git coreutils ];
|
||||||
synopsis = "get [DEST]";
|
synopsis = "get [DEST]";
|
||||||
help = "Copy the desired template to DEST";
|
help = "Copy the desired template to DEST";
|
||||||
script = ./get.bash;
|
script = ./get.bash;
|
||||||
|
|
|
@ -34,7 +34,7 @@ in
|
||||||
'');
|
'');
|
||||||
|
|
||||||
commands = with pkgs; [
|
commands = with pkgs; [
|
||||||
(devos nixFlakes)
|
(devos nixUnstable)
|
||||||
(devos agenix)
|
(devos agenix)
|
||||||
{
|
{
|
||||||
category = "devos";
|
category = "devos";
|
||||||
|
|
Loading…
Reference in a new issue