diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-13 15:10:02 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-13 15:10:02 -0800 |
commit | 80d0aaf09e28cd45c05cc33705c9eb87a6b34723 (patch) | |
tree | ae99603212f6588e64baddd3797c930355612e1b | |
parent | sway: add a few more packages (diff) | |
download | world-80d0aaf09e28cd45c05cc33705c9eb87a6b34723.tar.gz |
flake.lock
Diffstat (limited to '')
-rw-r--r-- | flake.lock | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock index 9d20890..ad28d95 100644 --- a/flake.lock +++ b/flake.lock @@ -1,5 +1,20 @@ { "nodes": { + "emacs-overlay": { + "locked": { + "lastModified": 1644776495, + "narHash": "sha256-2zTuEkwXCL57SFcJ9iYT2Uk/1z7CfyrlglCHra6ocWg=", + "owner": "nix-community", + "repo": "emacs-overlay", + "rev": "9fc59369c6d1fbfa246498ed2b37ebeda7a6e008", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "emacs-overlay", + "type": "github" + } + }, "home-manager": { "inputs": { "nixpkgs": [ @@ -55,6 +70,7 @@ }, "root": { "inputs": { + "emacs-overlay": "emacs-overlay", "home-manager": "home-manager", "nixpkgs": "nixpkgs", "nixpkgs-unstable": "nixpkgs-unstable", |