diff options
| author | Grigory Shipunov | 2022-09-28 22:24:34 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-09-28 22:24:34 +0200 |
| commit | ac73c10a47393647e1763a525763fd715c5f824b (patch) | |
| tree | 07f1a2b1d9a751b928dd152de8dd7e7032be4e1c /flake.lock | |
| parent | 090acb6881f95114948539b044e5ab323449b672 (diff) | |
add emacs to microwave
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,5 +1,28 @@ { "nodes": { + "emacs-overlay": { + "inputs": { + "flake-utils": [ + "flake-utils" + ], + "nixpkgs": [ + "nixpkgs-unstable" + ] + }, + "locked": { + "lastModified": 1664390640, + "narHash": "sha256-oV7ERAZzzHh//ewzUliQAUpITg6z0BPQk6MrPo/U9bA=", + "owner": "nix-community", + "repo": "emacs-overlay", + "rev": "5a0d13e02555d20144d34fb8c9af4900fe55ce06", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "emacs-overlay", + "type": "github" + } + }, "fenix": { "inputs": { "nixpkgs": [ @@ -122,6 +145,7 @@ }, "root": { "inputs": { + "emacs-overlay": "emacs-overlay", "fenix": "fenix", "flake-utils": "flake-utils", "microvm": "microvm", |
