summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock8
-rw-r--r--flake.nix2
2 files changed, 5 insertions, 5 deletions
diff --git a/flake.lock b/flake.lock
index 0bcc090..34a478d 100644
--- a/flake.lock
+++ b/flake.lock
@@ -406,13 +406,13 @@
]
},
"locked": {
- "lastModified": 1737063096,
- "narHash": "sha256-Qv40syutOYQZOBjS76Swk4VeUz08KDrsc9IDSdXmyqs=",
- "path": "/Users/ivi/nix-darwin",
+ "lastModified": 1736966448,
+ "narHash": "sha256-M8NfrMc5wmbS9CzVoySZR1mNSAhhKfdfa1vZb90mQTA=",
+ "path": "/home/ivi/nix-darwin",
"type": "path"
},
"original": {
- "path": "/Users/ivi/nix-darwin",
+ "path": "/home/ivi/nix-darwin",
"type": "path"
}
},
diff --git a/flake.nix b/flake.nix
index 9fcd4e2..9e24b22 100644
--- a/flake.nix
+++ b/flake.nix
@@ -17,7 +17,7 @@
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
drduh-yubikey-guide.url = "github:drduh/YubiKey-Guide";
nix-darwin = {
- url = "path:/Users/ivi/nix-darwin";
+ url = "path:/home/ivi/nix-darwin";
inputs.nixpkgs.follows = "nixpkgs";
};
ghostty = {