mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 09:34:00 +05:30
fix file mod time discrepencies for local secrets repo
This commit is contained in:
parent
48263bc769
commit
98d5f73cc1
2 changed files with 10 additions and 6 deletions
15
flake.lock
generated
15
flake.lock
generated
|
@ -1141,14 +1141,17 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1740835758,
|
||||
"narHash": "sha256-NZC9yaZtCrp3dXIXcHKyhKb4vhY2UIJZeQV50kWfCTw=",
|
||||
"path": "/etc/nixos.secrets",
|
||||
"type": "path"
|
||||
"lastModified": 1740839257,
|
||||
"narHash": "sha256-rHEB0JnNyXJ1lvxUZZiRYV5elNil5hXO1792Fl807zc=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "53406ca30dca3007caf57fdc940506e64f605f17",
|
||||
"revCount": 20,
|
||||
"type": "git",
|
||||
"url": "file://path:/etc/nixos.secrets"
|
||||
},
|
||||
"original": {
|
||||
"path": "/etc/nixos.secrets",
|
||||
"type": "path"
|
||||
"type": "git",
|
||||
"url": "file://path:/etc/nixos.secrets"
|
||||
}
|
||||
},
|
||||
"stylix": {
|
||||
|
|
|
@ -127,6 +127,7 @@
|
|||
|
||||
secrets = {
|
||||
url = "path:/etc/nixos.secrets";
|
||||
type = "git";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue