shells and stuff 3

This commit is contained in:
cnst
2024-07-13 13:18:22 +02:00
parent df0a92cde1
commit 8c9c99e0e8
5 changed files with 76 additions and 24 deletions

View File

@@ -35,7 +35,10 @@
url = "github:nix-community/fenix";
inputs.nixpkgs.follows = "nixpkgs";
};
rust-overlay.url = "github:oxalica/rust-overlay";
rust-overlay = {
url = "github:oxalica/rust-overlay";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = {
self,
@@ -59,7 +62,7 @@
);
in {
inherit lib;
devShells = forEachSystem (pkgs: import ./nixos/core/shells/dev.nix {inherit inputs pkgs;});
devShells = forEachSystem (pkgs: import ./nixos/core/shells/dev.nix {inherit pkgs;});
formatter = forEachSystem (pkgs: pkgs.alejandra);
nixosConfigurations = {