Add extra package repos as nixpkgs overrides instead of independent references
This commit is contained in:
parent
7899127c05
commit
3e9901bd2a
3 changed files with 36 additions and 36 deletions
|
@ -8,10 +8,6 @@ in {
|
|||
tags = [ "local" ];
|
||||
};
|
||||
|
||||
nixpkgs.config.packageOverrides = pkgs: {
|
||||
agenix = (import "${sources.agenix}" { inherit pkgs; }).agenix;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
agenix
|
||||
colmena
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue