meta: pin nixpkgs-lib for flake-parts
This commit is contained in:
parent
8cbd3cb2de
commit
afa3f8ed04
1 changed files with 2 additions and 1 deletions
|
@ -93,6 +93,7 @@
|
|||
|
||||
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";
|
||||
|
@ -164,7 +165,7 @@
|
|||
|
||||
flake-parts = {
|
||||
url = "github:hercules-ci/flake-parts";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.nixpkgs-lib.follows = "nixpkgs-lib";
|
||||
};
|
||||
|
||||
nix-filter.url = "github:numtide/nix-filter";
|
||||
|
|
Loading…
Reference in a new issue