flake: drop devshell

This commit is contained in:
Bloxx12 2025-07-07 20:47:10 +02:00
commit 95e9586d4c
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
3 changed files with 0 additions and 31 deletions

View file

@ -7,12 +7,6 @@
in {
nixosConfigurations = import ./hosts inputs;
devShells =
lib.mapAttrs (system: pkgs: {
default = pkgs.callPackage ./shell.nix {};
})
pkgsFor;
formatter = eachSystem (system: pkgsFor.${system}.alejandra);
packages =