diff --git a/flake.lock b/flake.lock index 88551a8..5b52f37 100644 --- a/flake.lock +++ b/flake.lock @@ -102,11 +102,11 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1736499241, - "narHash": "sha256-T/alBCwuqOgV1VqQFFvvcPb31fNgzoxnDFDNskylCcA=", + "lastModified": 1736869684, + "narHash": "sha256-U06LziB7fAwNac+nmTdsaTOt7Fdqq/4fxrLFLqFll2Y=", "ref": "refs/heads/dev", - "rev": "0519734556b14cae9d075a6c031594fb90fedd93", - "revCount": 373, + "rev": "a7a1d6f66d89fe4ddb512ab9f6051523085d996d", + "revCount": 374, "type": "git", "url": "file:./nixpkgs-config" }, diff --git a/modules/home-setup.nix b/modules/home-setup.nix index 280e60a..ce0258c 100644 --- a/modules/home-setup.nix +++ b/modules/home-setup.nix @@ -28,7 +28,7 @@ flake=''${FLAKE_CONFIG_URI%#*} flakePath=$( nix eval --raw --impure \ - --expr "toString (builtins.getFlake $flake)" \ + --expr "toString (builtins.getFlake (toString $flake))" \ | xargs ) ## the /nix/store path of $flake "$flakePath/activate.sh" diff --git a/nixpkgs-config b/nixpkgs-config index 0519734..a7a1d6f 160000 --- a/nixpkgs-config +++ b/nixpkgs-config @@ -1 +1 @@ -Subproject commit 0519734556b14cae9d075a6c031594fb90fedd93 +Subproject commit a7a1d6f66d89fe4ddb512ab9f6051523085d996d diff --git a/profile.json b/profile.json index 26d0314..307472c 100644 --- a/profile.json +++ b/profile.json @@ -15,7 +15,7 @@ "active": true, "priority": 5, "storePaths": [ - "/nix/store/rwwmj8qadr6xa0dqw62xzzavdalqwyyn-home-manager-path" + "/nix/store/h8mqp78wasfg2s145vv5wpymhxj2fjw2-home-manager-path" ] } },