flake: update nix-straight reference for nativeComp fix

This commit is contained in:
ckie
2021-12-11 01:53:08 +02:00
parent fae02e7a6a
commit 9bf739f4a7
3 changed files with 7 additions and 8 deletions

View File

@@ -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

11
flake.lock generated
View File

@@ -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"
}

View File

@@ -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;