mirror of
https://github.com/nix-community/emacs-overlay.git
synced 2025-12-06 02:40:25 -08:00
Add nixpkgs input and create lock file
This commit is contained in:
parent
1114c22aeb
commit
9974b66ebe
2 changed files with 47 additions and 1 deletions
|
|
@ -1,7 +1,10 @@
|
|||
{
|
||||
description = "Bleeding edge Emacs overlay";
|
||||
|
||||
inputs.flake-utils.url = "github:numtide/flake-utils";
|
||||
inputs = {
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
};
|
||||
|
||||
outputs =
|
||||
{ self
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue