Skip to content

Commit

Permalink
flake: remove non-existent nixpkgs input to flake-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
hall committed Jul 7, 2023
1 parent 098edd1 commit ccfd0d1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ccfd0d1

Please sign in to comment.