feat: add cfg

Signed-off-by: jolheiser <john.olheiser@gmail.com>
teamcity
jolheiser 2024-06-19 19:31:48 -05:00
parent 293b086ebd
commit a2d136d76c
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
3 changed files with 27 additions and 0 deletions

View File

@ -57,6 +57,7 @@
jolheiser.helix
jolheiser.tmpl
jolheiser.gomodinit
jolheiser.cfg
];
activation.report-changes = config.lib.dag.entryAnywhere ''
${pkgs.nvd}/bin/nvd --nix-bin-dir=${pkgs.nix}/bin diff $oldGenPath $newGenPath

View File

@ -23,6 +23,26 @@
"type": "github"
}
},
"cfg": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1717984783,
"narHash": "sha256-qe28DQsRuuoGaeS0gKRJ7dS1UcjOTnIJZuo+9DKQRPY=",
"ref": "refs/heads/main",
"rev": "8568a3b3ad0aef00fb3050676b4fdd23ba6d49bf",
"revCount": 7,
"type": "git",
"url": "https://git.jolheiser.com/cfg.git"
},
"original": {
"type": "git",
"url": "https://git.jolheiser.com/cfg.git"
}
},
"flake-compat": {
"flake": false,
"locked": {
@ -377,6 +397,7 @@
"root": {
"inputs": {
"agenix": "agenix",
"cfg": "cfg",
"flake-utils": "flake-utils",
"gist": "gist",
"git-age": "git-age",

View File

@ -62,6 +62,10 @@
url = "git+https://git.jolheiser.com/gomodinit.git";
inputs.nixpkgs.follows = "nixpkgs";
};
cfg = {
url = "git+https://git.jolheiser.com/cfg.git";
inputs.nixpkgs.follows = "nixpkgs";
};
ugit = {
url = "git+https://git.jolheiser.com/ugit.git";
inputs.nixpkgs.follows = "nixpkgs";
@ -116,6 +120,7 @@
gist = inputs.gist.packages.${prev.system}.default;
tmpl = inputs.tmpl.packages.${prev.system}.default;
gomodinit = inputs.gomodinit.packages.${prev.system}.default;
cfg = inputs.cfg.packages.${prev.system}.default;
};
tclip = inputs.tclip.packages.${prev.system}.tclip;
templ = inputs.templ.packages.${prev.system}.templ;