flake fix

This commit is contained in:
rhiannon morris 2022-10-30 13:26:44 +01:00
parent c8187c0801
commit 014de47a4c
1 changed files with 1 additions and 5 deletions

View File

@ -2,11 +2,7 @@
inputs = {
nixpkgs.url = "nixpkgs/21.11";
flake-utils = {
url = "github:numtide/flake-utils";
inputs.nixpkgs.follows = "nixpkgs";
};
flake-utils.url = "github:numtide/flake-utils";
idris2-pkgs = {
url = "github:claymager/idris2-pkgs";