use NUR as an overlay
This commit is contained in:
parent
97d2dc1169
commit
1341c0520b
6 changed files with 40 additions and 15 deletions
10
flake.nix
10
flake.nix
|
@ -18,9 +18,15 @@
|
|||
inputs.home-manager.follows = "home-manager";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { nixpkgs, home-manager, homeage, agenix, nur, ... }: {
|
||||
|
||||
outputs = { self, nixpkgs, home-manager, homeage, agenix, nur, ... }:
|
||||
let
|
||||
inherit (self) outputs;
|
||||
in
|
||||
{
|
||||
overlays = { nurPackages = nur.overlay; };
|
||||
nixosConfigurations.pim = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = { inherit outputs; };
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./configuration.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue