1
0
Fork 0
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:
Hercules CI Effects 2024-05-02 09:00:51 +00:00
parent 4d34ce6412
commit 288fa518e2

View file

@ -2,7 +2,7 @@
description = "Flake basics described using the module system";
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, ... }: {