flake: remove non-existent nixpkgs input to flake-utils

This commit is contained in:
Bryton Hall 2023-07-06 22:44:01 -04:00
parent 098edd1266
commit ccfd0d16c1

View file

@ -4,10 +4,7 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
treefmt.url = "github:numtide/treefmt-nix";
flake-utils = {
url = "github:numtide/flake-utils";
inputs.nixpkgs.follows = "nixpkgs";
};
flake-utils.url = "github:numtide/flake-utils";
flake-compat = {
url = "github:edolstra/flake-compat";
flake = false;