diff options
| author | Grigory Shipunov | 2022-08-05 02:08:32 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-08-05 02:08:32 +0200 |
| commit | 693849fbafdbc25cf29282bf12f71ad0e8e0dbbc (patch) | |
| tree | dfc770a4601c3adac6245470541866cb475b8fb5 /flake.lock | |
| parent | 5547ef23bc1b9f0da6bb63f314fa260d9c191655 (diff) | |
emacs: use nix-community overlay
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 39 |
1 files changed, 38 insertions, 1 deletions
@@ -1,5 +1,26 @@ { "nodes": { + "emacs-overlay": { + "inputs": { + "flake-utils": "flake-utils", + "nixpkgs": [ + "nixpkgs-unstable" + ] + }, + "locked": { + "lastModified": 1659638214, + "narHash": "sha256-lXa01G06Ey9qgj+rYN7Nzc53FP3p2UMMnAuxpWXu9Ko=", + "owner": "nix-community", + "repo": "emacs-overlay", + "rev": "a151f9ff5b9fa813ac8918f3a3a67c643e7e2edc", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "emacs-overlay", + "type": "github" + } + }, "fenix": { "inputs": { "nixpkgs": [ @@ -23,6 +44,21 @@ }, "flake-utils": { "locked": { + "lastModified": 1656928814, + "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_2": { + "locked": { "lastModified": 1653893745, "narHash": "sha256-0jntwV3Z8//YwuOjzhV2sgJJPt+HY6KhU7VZUL0fKZQ=", "owner": "numtide", @@ -38,7 +74,7 @@ }, "microvm": { "inputs": { - "flake-utils": "flake-utils", + "flake-utils": "flake-utils_2", "nixpkgs": [ "nixpkgs" ] @@ -107,6 +143,7 @@ }, "root": { "inputs": { + "emacs-overlay": "emacs-overlay", "fenix": "fenix", "microvm": "microvm", "nixpkgs": "nixpkgs", |
