...
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
# all my headless programms with their own config
|
# all my headless programms with their own config
|
||||||
../../programs/git.nix
|
../../programs/git.nix
|
||||||
../../programs/lf/default.nix
|
../../programs/lf/default.nix
|
||||||
../../programs/bash.nix
|
../../programs/bash.nix
|
||||||
../../programs/ssh.nix
|
../../programs/ssh.nix
|
||||||
../../programs/neovim.nix
|
../../programs/neovim.nix
|
||||||
@@ -57,6 +57,7 @@
|
|||||||
click
|
click
|
||||||
click-aliases
|
click-aliases
|
||||||
]))
|
]))
|
||||||
|
/*
|
||||||
(busybox.overrideAttrs (final: prev: {
|
(busybox.overrideAttrs (final: prev: {
|
||||||
# get only nslookup from busybox
|
# get only nslookup from busybox
|
||||||
# because the less would overwrite the actuall less and the busybox does not have -r
|
# because the less would overwrite the actuall less and the busybox does not have -r
|
||||||
@@ -72,6 +73,7 @@
|
|||||||
mv $out/busybox $out/bin/busybox
|
mv $out/busybox $out/bin/busybox
|
||||||
'';
|
'';
|
||||||
}))
|
}))
|
||||||
|
*/
|
||||||
];
|
];
|
||||||
|
|
||||||
#*/
|
#*/
|
||||||
|
|||||||
Reference in New Issue
Block a user