flake: inline dependencies

This commit is contained in:
2026-01-08 06:12:50 -05:00
parent ae0c0f0914
commit b65bf47e90
2 changed files with 41 additions and 90 deletions

View File

@@ -7,6 +7,7 @@
lanzaboote = {
url = "github:nix-community/lanzaboote";
inputs.nixpkgs.follows = "nixpkgs";
inputs.rust-overlay.follows = "rust-overlay";
};
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
@@ -54,6 +55,8 @@
impermanence = {
url = "github:nix-community/impermanence";
inputs.nixpkgs.follows = "nixpkgs";
inputs.home-manager.follows = "home-manager";
};
deploy-rs = {