meta: remove nixpkgs-lib
This commit is contained in:
parent
eb7bf281d7
commit
640227bc7d
1 changed files with 1 additions and 2 deletions
|
@ -93,7 +93,6 @@
|
|||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.05-small";
|
||||
nixpkgs-lib.url = "github:NixOS/nixpkgs/nixos-22.05-small?dir=lib";
|
||||
|
||||
nix-super = {
|
||||
url = "gitlab:max/nix-super?host=git.privatevoid.net";
|
||||
|
@ -179,7 +178,7 @@
|
|||
|
||||
flake-parts = {
|
||||
url = "github:hercules-ci/flake-parts";
|
||||
inputs.nixpkgs-lib.follows = "nixpkgs-lib";
|
||||
inputs.nixpkgs-lib.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
nix-filter.url = "github:numtide/nix-filter";
|
||||
|
|
Loading…
Reference in a new issue