Remove an unused flake input

Johannes Maier 2022-08-04 21:35:34 +02:00
parent ab4985d1aa
commit 3f7862e8fd

@ -36,10 +36,6 @@ Alternatively, you can use this sample `flake.nix`:
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
flake-utils.url = "github:numtide/flake-utils";
flake-compat = {
url = "github:edolstra/flake-compat";
flake = false;
};
};
outputs = inputs@{ self, ... }: inputs.flake-utils.lib.eachDefaultSystem (system: