pin secrets

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-11-10 01:18:33 -06:00
parent 56b10965a9
commit c78adf36b1
2 changed files with 14 additions and 8 deletions

View file

@ -1273,14 +1273,20 @@
"ragenix": "ragenix" "ragenix": "ragenix"
}, },
"locked": { "locked": {
"path": "../../../flakes/secrets", "dir": "flakes/secrets",
"type": "path" "lastModified": 1762758426,
"narHash": "sha256-ynggVRutohq7TPhbz0ADXWRtsi4BGynGoRXdGyertRo=",
"ref": "refs/heads/master",
"rev": "7185d24a8ba9b7176b6f742ea2ee0e57d375dc43",
"revCount": 769,
"type": "git",
"url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
}, },
"original": { "original": {
"path": "../../../flakes/secrets", "dir": "flakes/secrets",
"type": "path" "type": "git",
}, "url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
"parent": [] }
}, },
"systems": { "systems": {
"locked": { "locked": {

View file

@ -8,8 +8,8 @@
# Use relative to get current version for testing # Use relative to get current version for testing
# common.url = "path:../../../flakes/common"; # common.url = "path:../../../flakes/common";
common.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/common"; common.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/common";
secrets.url = "path:../../../flakes/secrets"; # secrets.url = "path:../../../flakes/secrets";
# secrets.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/secrets"; secrets.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/secrets";
}; };
outputs = outputs =