Skip to content

Commit

Permalink
flake: drop flake-compat input
Browse files Browse the repository at this point in the history
there is no need for this since this project is a flake.
disabling it for all other inputs causes no issues and should always be possible.
  • Loading branch information
w-lfchen committed Dec 31, 2024
1 parent 92449db commit 9c019af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 31 deletions.
29 changes: 3 additions & 26 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
url = "github:w-lfchen/eww/feat/updates";
# url = "github:elkowar/eww";
inputs = {
flake-compat.follows = "flake-compat";
flake-compat.follows = "";
nixpkgs.follows = "nixpkgs";
};
};
Expand All @@ -45,7 +45,7 @@
url = "github:nix-community/nix-vscode-extensions";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-compat.follows = "flake-compat";
flake-compat.follows = "";
flake-utils.follows = "flake-utils";
};
};
Expand All @@ -63,13 +63,12 @@
url = "github:Gerg-L/spicetify-nix";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-compat.follows = "flake-compat";
flake-compat.follows = "";
};
};

# just for 'follows'
flake-utils.url = "github:numtide/flake-utils";
flake-compat.url = "github:edolstra/flake-compat/refs/pull/65/head";
};

outputs =
Expand All @@ -86,7 +85,6 @@
spicetify-nix,
# not used
flake-utils,
flake-compat,
}@inputs:
let
system = "x86_64-linux";
Expand Down

0 comments on commit 9c019af

Please sign in to comment.