mirror of https://git.jolheiser.com/dotnix.git
parent
293b086ebd
commit
a2d136d76c
|
@ -57,6 +57,7 @@
|
||||||
jolheiser.helix
|
jolheiser.helix
|
||||||
jolheiser.tmpl
|
jolheiser.tmpl
|
||||||
jolheiser.gomodinit
|
jolheiser.gomodinit
|
||||||
|
jolheiser.cfg
|
||||||
];
|
];
|
||||||
activation.report-changes = config.lib.dag.entryAnywhere ''
|
activation.report-changes = config.lib.dag.entryAnywhere ''
|
||||||
${pkgs.nvd}/bin/nvd --nix-bin-dir=${pkgs.nix}/bin diff $oldGenPath $newGenPath
|
${pkgs.nvd}/bin/nvd --nix-bin-dir=${pkgs.nix}/bin diff $oldGenPath $newGenPath
|
||||||
|
|
21
flake.lock
21
flake.lock
|
@ -23,6 +23,26 @@
|
||||||
"type": "github"
|
"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-compat": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
|
@ -377,6 +397,7 @@
|
||||||
"root": {
|
"root": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"agenix": "agenix",
|
"agenix": "agenix",
|
||||||
|
"cfg": "cfg",
|
||||||
"flake-utils": "flake-utils",
|
"flake-utils": "flake-utils",
|
||||||
"gist": "gist",
|
"gist": "gist",
|
||||||
"git-age": "git-age",
|
"git-age": "git-age",
|
||||||
|
|
|
@ -62,6 +62,10 @@
|
||||||
url = "git+https://git.jolheiser.com/gomodinit.git";
|
url = "git+https://git.jolheiser.com/gomodinit.git";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
cfg = {
|
||||||
|
url = "git+https://git.jolheiser.com/cfg.git";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
ugit = {
|
ugit = {
|
||||||
url = "git+https://git.jolheiser.com/ugit.git";
|
url = "git+https://git.jolheiser.com/ugit.git";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
@ -116,6 +120,7 @@
|
||||||
gist = inputs.gist.packages.${prev.system}.default;
|
gist = inputs.gist.packages.${prev.system}.default;
|
||||||
tmpl = inputs.tmpl.packages.${prev.system}.default;
|
tmpl = inputs.tmpl.packages.${prev.system}.default;
|
||||||
gomodinit = inputs.gomodinit.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;
|
tclip = inputs.tclip.packages.${prev.system}.tclip;
|
||||||
templ = inputs.templ.packages.${prev.system}.templ;
|
templ = inputs.templ.packages.${prev.system}.templ;
|
||||||
|
|
Loading…
Reference in New Issue