🔥 update-nix-fetchgit not required anymore in devshell (since i'm migrating stuff to flakes)
This commit is contained in:
parent
ae15491e47
commit
527db1c7a4
|
@ -106,9 +106,8 @@
|
||||||
packages = [
|
packages = [
|
||||||
formatter # defined above
|
formatter # defined above
|
||||||
pkgs.git # version control
|
pkgs.git # version control
|
||||||
pkgs.update-nix-fetchgit # auto update fetchs
|
|
||||||
agenix.packages.${system}.ragenix # secrets
|
agenix.packages.${system}.ragenix # secrets
|
||||||
pkgs.sbctl # secure boot
|
pkgs.sbctl # secure boot utils
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue