NUR integration

This commit is contained in:
randogoth 2026-02-12 07:39:10 +02:00
parent a69ade9f8b
commit 60b0b4e88e
4 changed files with 124 additions and 4 deletions

View file

@ -16,6 +16,10 @@
url = "github:nix-community/impermanence";
inputs.nixpkgs.follows = "nixpkgs";
};
nur = {
url = "github:nix-community/NUR";
inputs.nixpkgs.follows = "nixpkgs";
};
lix-module.url = "git+https://git.lix.systems/lix-project/nixos-module?ref=release-2.93";
lix-module.inputs.nixpkgs.follows = "nixpkgs";
lanzaboote.url = "github:nix-community/lanzaboote";