mirror of
https://github.com/hercules-ci/flake-parts.git
synced 2024-12-14 11:47:31 +00:00
flake.nix: Update nixpkgs-lib tree
This commit is contained in:
parent
4d34ce6412
commit
288fa518e2
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
description = "Flake basics described using the module system";
|
description = "Flake basics described using the module system";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs-lib.url = "github:NixOS/nixpkgs/nixos-unstable?dir=lib";
|
nixpkgs-lib.url = "https://github.com/NixOS/nixpkgs/archive/50eb7ecf4cd0a5756d7275c8ba36790e5bd53e33.tar.gz"; # 58a1abdbae3217ca6b702f03d3b35125d88a2994 /lib from nixos-unstable
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { nixpkgs-lib, ... }: {
|
outputs = { nixpkgs-lib, ... }: {
|
||||||
|
|
Loading…
Reference in a new issue