flake.{nix,lock}: switch over to master branch

This commit is contained in:
ckie
2022-02-15 05:05:53 +02:00
parent de4ea16ff0
commit 505182141d
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View File

@ -3,16 +3,16 @@
"doom-emacs": {
"flake": false,
"locked": {
"lastModified": 1643305420,
"narHash": "sha256-E4eVkyWdoUvBF904macERWkZ+Ox8dWLzoaRauerFcYg=",
"lastModified": 1644870286,
"narHash": "sha256-iewFbzjrdcTcraxL9jXx5gf6chA0t4QuobMEIobzUxc=",
"owner": "hlissner",
"repo": "doom-emacs",
"rev": "a5ebd0b04778409c2d513830791e919646e6f980",
"rev": "fc868105cefc6ce0091fc61f0fc4d8ccb653a048",
"type": "github"
},
"original": {
"owner": "hlissner",
"ref": "develop",
"ref": "master",
"repo": "doom-emacs",
"type": "github"
}

View File

@ -36,7 +36,7 @@
description = "nix-doom-emacs home-manager module";
inputs = {
doom-emacs.url = "github:hlissner/doom-emacs/develop";
doom-emacs.url = "github:hlissner/doom-emacs/master";
doom-emacs.flake = false;
doom-snippets.url = "github:hlissner/doom-snippets";
doom-snippets.flake = false;