shells and stuff 2

This commit is contained in:
cnst
2024-07-13 09:02:31 +02:00
parent a20d307574
commit df0a92cde1
4 changed files with 28 additions and 159 deletions

View File

@@ -35,6 +35,7 @@
url = "github:nix-community/fenix";
inputs.nixpkgs.follows = "nixpkgs";
};
rust-overlay.url = "github:oxalica/rust-overlay";
};
outputs = {
self,
@@ -42,6 +43,8 @@
home-manager,
systems,
lanzaboote,
flake-utils,
rust-overlay,
...
} @ inputs: let
inherit (self) outputs;