flake: drop devshell
This commit is contained in:
parent
0a0d5a1e72
commit
95e9586d4c
3 changed files with 0 additions and 31 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue