mirror of
https://github.com/nix-community/nix-doom-emacs
synced 2025-08-13 13:13:36 -05:00
flake: update nix-straight reference for nativeComp fix
This commit is contained in:
@@ -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
11
flake.lock
generated
@@ -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"
|
||||
}
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user