shells and stuff

This commit is contained in:
cnst
2024-07-13 08:39:31 +02:00
parent 503408448a
commit a20d307574
5 changed files with 91 additions and 7 deletions

View File

@@ -42,7 +42,6 @@
home-manager,
systems,
lanzaboote,
fenix,
...
} @ inputs: let
inherit (self) outputs;
@@ -57,7 +56,6 @@
);
in {
inherit lib;
packages.x86_64-linux.default = fenix.packages.x86_64-linux.minimal.toolchain;
devShells = forEachSystem (pkgs: import ./nixos/core/shells/dev.nix {inherit inputs pkgs;});
formatter = forEachSystem (pkgs: pkgs.alejandra);