add nil
This commit is contained in:
parent
b0f7a31a1c
commit
6ac047faf6
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,9 @@
|
||||||
|
|
||||||
nixpak.url = "github:max-privatevoid/nixpak";
|
nixpak.url = "github:max-privatevoid/nixpak";
|
||||||
nixpak.inputs.nixpkgs.follows = "nixpkgs";
|
nixpak.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
|
nil.url = "github:oxalica/nil";
|
||||||
|
nil.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
outputs = { self, nixpkgs, home-manager, nixos-hardware, ... }@inputs:
|
outputs = { self, nixpkgs, home-manager, nixos-hardware, ... }@inputs:
|
||||||
let
|
let
|
||||||
|
|
Loading…
Reference in a new issue