fix file mod time discrepencies for local secrets repo

This commit is contained in:
Emmet
2025-03-02 12:19:02 -06:00
parent 48263bc769
commit 98d5f73cc1
2 changed files with 10 additions and 6 deletions

15
flake.lock generated
View File

@ -1141,14 +1141,17 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1740835758, "lastModified": 1740839257,
"narHash": "sha256-NZC9yaZtCrp3dXIXcHKyhKb4vhY2UIJZeQV50kWfCTw=", "narHash": "sha256-rHEB0JnNyXJ1lvxUZZiRYV5elNil5hXO1792Fl807zc=",
"path": "/etc/nixos.secrets", "ref": "refs/heads/main",
"type": "path" "rev": "53406ca30dca3007caf57fdc940506e64f605f17",
"revCount": 20,
"type": "git",
"url": "file://path:/etc/nixos.secrets"
}, },
"original": { "original": {
"path": "/etc/nixos.secrets", "type": "git",
"type": "path" "url": "file://path:/etc/nixos.secrets"
} }
}, },
"stylix": { "stylix": {

View File

@ -127,6 +127,7 @@
secrets = { secrets = {
url = "path:/etc/nixos.secrets"; url = "path:/etc/nixos.secrets";
type = "git";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };