summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock6
-rw-r--r--nixos/nix.nix4
2 files changed, 5 insertions, 5 deletions
diff --git a/flake.lock b/flake.lock
index a398130..e191d02 100644
--- a/flake.lock
+++ b/flake.lock
@@ -246,11 +246,11 @@
"nur": "nur"
},
"locked": {
- "lastModified": 1725095423,
- "narHash": "sha256-R0u9zDDBi5R9DUBBjN0Emx1UcC7u8SmCTREA957YUgc=",
+ "lastModified": 1725193220,
+ "narHash": "sha256-2sB1UcTDyZwFDSaNz2fNEjpesOWvPVojiatu+1BeTxA=",
"owner": "qaristote",
"repo": "my-nixpkgs",
- "rev": "7f10ee5b60b04b926d8f6ea8593cda3c140016d1",
+ "rev": "1e6e1650e8f54f8e301dfa1460a205b24794e03f",
"type": "github"
},
"original": {
diff --git a/nixos/nix.nix b/nixos/nix.nix
index 5587491..48a8bed 100644
--- a/nixos/nix.nix
+++ b/nixos/nix.nix
@@ -1,4 +1,4 @@
-{...}: {
+{lib, ...}: {
personal.nix = {
enable = true;
autoUpgrade = {
@@ -16,7 +16,7 @@
};
systemd.services.flake-update = {
- preStart = ''
+ preStart = lib.mkAfter ''
pushd /home/qaristote/code/nix/machines/precision-3571
git status
popd