Enable NUR

This commit is contained in:
Katherina Walshe-Grey 2024-06-23 21:16:21 +01:00
parent fc18e5538c
commit 5cfadeea01
2 changed files with 13 additions and 0 deletions

View file

@ -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
};
};