Enable NUR
This commit is contained in:
parent
fc18e5538c
commit
5cfadeea01
2 changed files with 13 additions and 0 deletions
1
hive.nix
1
hive.nix
|
@ -10,6 +10,7 @@ in {
|
|||
allowUnfree = true;
|
||||
packageOverrides = pkgs: {
|
||||
agenix = (import sources.agenix { inherit pkgs; }).agenix;
|
||||
nur = (import sources.nur { inherit pkgs; });
|
||||
vscode-extensions = (import sources.nix-vscode-extensions).extensions.x86_64-linux; # TODO: This should check the host architecture
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue