🎨 shuffle around lines in flake.nix

This commit is contained in:
Laureηt 2024-04-24 09:57:48 +02:00
parent f35e5bc0a6
commit 178a22c351
Signed by: Laurent
SSH key fingerprint: SHA256:pb5NrYg80So5z9hmqQFPmp//sgr+DFeJkKhmGyU2NLk

View file

@ -184,8 +184,8 @@
packages = [ packages = [
formatter # defined above formatter # defined above
pkgs.git # version control pkgs.git # version control
agenix.packages.${system}.agenix # secrets
pkgs.sbctl # secure boot utils pkgs.sbctl # secure boot utils
agenix.packages.${system}.agenix # secrets
]; ];
}; };
}; };