refactorisation continuing
This commit is contained in:
parent
1c5790c0f7
commit
dd8ec6c18e
24 changed files with 115 additions and 329 deletions
15
shared/nur.nix
Normal file
15
shared/nur.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ lib, pkgs, ... }:
|
||||
let
|
||||
agenix = pkgs.fetchFromGitHub {
|
||||
owner = "ryantm";
|
||||
repo = "agenix";
|
||||
rev = "7e5e58b98c3dcbf497543ff6f22591552ebfe65b";
|
||||
};
|
||||
in
|
||||
{
|
||||
nixpkgs.config.packageOverrides = {
|
||||
hackens = import ./myPkgs { inherit pkgs; };
|
||||
};
|
||||
imports = [ "${agenix}/modules/age.nix" ]
|
||||
++ lib.attrValues (import ./myModules);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue