mirror of
https://github.com/nix-community/nix-doom-emacs
synced 2025-08-11 13:07:28 -05:00
flake.{nix,lock}: switch over to master branch
This commit is contained in:
8
flake.lock
generated
8
flake.lock
generated
@ -3,16 +3,16 @@
|
|||||||
"doom-emacs": {
|
"doom-emacs": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1643305420,
|
"lastModified": 1644870286,
|
||||||
"narHash": "sha256-E4eVkyWdoUvBF904macERWkZ+Ox8dWLzoaRauerFcYg=",
|
"narHash": "sha256-iewFbzjrdcTcraxL9jXx5gf6chA0t4QuobMEIobzUxc=",
|
||||||
"owner": "hlissner",
|
"owner": "hlissner",
|
||||||
"repo": "doom-emacs",
|
"repo": "doom-emacs",
|
||||||
"rev": "a5ebd0b04778409c2d513830791e919646e6f980",
|
"rev": "fc868105cefc6ce0091fc61f0fc4d8ccb653a048",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "hlissner",
|
"owner": "hlissner",
|
||||||
"ref": "develop",
|
"ref": "master",
|
||||||
"repo": "doom-emacs",
|
"repo": "doom-emacs",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
description = "nix-doom-emacs home-manager module";
|
description = "nix-doom-emacs home-manager module";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
doom-emacs.url = "github:hlissner/doom-emacs/develop";
|
doom-emacs.url = "github:hlissner/doom-emacs/master";
|
||||||
doom-emacs.flake = false;
|
doom-emacs.flake = false;
|
||||||
doom-snippets.url = "github:hlissner/doom-snippets";
|
doom-snippets.url = "github:hlissner/doom-snippets";
|
||||||
doom-snippets.flake = false;
|
doom-snippets.flake = false;
|
||||||
|
Reference in New Issue
Block a user