flake: Add missing input
I forgot to add this when I copied the default.nix and shell.nix from a another repo.
This commit is contained in:
parent
44324eb803
commit
9d897fccdc
2 changed files with 21 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
|||
url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
||||
};
|
||||
utils.url = "github:numtide/flake-utils";
|
||||
flake-compat = {
|
||||
url = "github:edolstra/flake-compat";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
Reference in a new issue