summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Vink <mike@pionative.com>2025-01-19 13:21:05 +0100
committerMike Vink <mike@pionative.com>2025-01-19 13:52:54 +0100
commit43dc363075520d6ddcdb82307f2808c1ba44b0ac (patch)
tree4883a8d335c1112df857bfe0188d00289c7c09d1
parentf549cf95135fc321ff14cb22e0d978540340c463 (diff)
nix-darwin path
-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 = {