fix: things

This commit is contained in:
Tim Schubert 2025-11-08 22:51:02 +01:00
parent 4b0d350ffe
commit 66ff2999db
No known key found for this signature in database
4 changed files with 37 additions and 31 deletions

View file

@ -17,7 +17,10 @@
};
lanzaboote = {
url = "github:nix-community/lanzaboote/v0.4.2";
inputs.nixpkgs.follows = "nixpkgs";
inputs = {
nixpkgs.follows = "nixpkgs";
rust-overlay.follows = "rust-overlay";
};
};
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
homepage = {
@ -50,6 +53,10 @@
url = "github:numtide/treefmt-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
rust-overlay = {
url = "github:oxalica/rust-overlay";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { ... }@args: import ./outputs.nix args;