diff --git a/README.md b/README.md index f419209..3146ae0 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Using `flake.nix`: ## Under the hood This expression leverages -[nix-straight.el](https://github.com/vlaci/nix-straight.el) under the hood for +[nix-straight.el](https://github.com/nix-community/nix-straight.el) under the hood for installing dependencies. The restrictions of that package apply here too. ## Usage diff --git a/flake.lock b/flake.lock index d69a63f..4884eca 100644 --- a/flake.lock +++ b/flake.lock @@ -164,16 +164,15 @@ "nix-straight": { "flake": false, "locked": { - "lastModified": 1621543597, - "narHash": "sha256-E/m2Hrw2og//CfOCOWe2yapYC01Tqhozn4YMPYJsC3o=", - "owner": "vlaci", + "lastModified": 1639178401, + "narHash": "sha256-wHydueV2b0ZS/qfqIpJR48omiCOWG4YOn1IokV0KGhs=", + "owner": "nix-community", "repo": "nix-straight.el", - "rev": "8e84d04f10b2298de856b2b8b9a0d13abc91b5ca", + "rev": "46f9e774e92bef799ecdf0e3a3c4e1c2fcc87145", "type": "github" }, "original": { - "owner": "vlaci", - "ref": "v2.2.0", + "owner": "nix-community", "repo": "nix-straight.el", "type": "github" } diff --git a/flake.nix b/flake.nix index 4c81637..70c4ab3 100644 --- a/flake.nix +++ b/flake.nix @@ -52,7 +52,7 @@ evil-quick-diff.flake = false; explain-pause-mode.url = "github:lastquestion/explain-pause-mode"; explain-pause-mode.flake = false; - nix-straight.url = "github:vlaci/nix-straight.el/v2.2.0"; + nix-straight.url = "github:nix-community/nix-straight.el"; nix-straight.flake = false; nose.url= "github:emacsattic/nose"; nose.flake = false;