Add nixpkgs input and create lock file

This commit is contained in:
Siddharth Verma 2023-01-14 00:38:14 -05:00
parent 1114c22aeb
commit 9974b66ebe
2 changed files with 47 additions and 1 deletions

View file

@ -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