Improve nixos-rebuild with nix-helper

This commit is contained in:
SebastianStork 2024-03-18 14:09:13 +01:00
parent 7adfa40f4d
commit d5729dc447
7 changed files with 70 additions and 5 deletions

View file

@ -16,6 +16,11 @@
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
nh = {
url = "github:viperML/nh";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = {nixpkgs, ...} @ inputs: let