mirror of
https://github.com/hercules-ci/flake-parts.git
synced 2025-03-31 04:04:55 +00:00
flake.nix: Update nixpkgs-lib tree
This commit is contained in:
parent
506278e768
commit
5a2b1192ed
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 = "https://github.com/NixOS/nixpkgs/archive/cc2f28000298e1269cea6612cd06ec9979dd5d7f.tar.gz"; # 807e9154dcb16384b1b765ebe9cd2bba2ac287fd /lib from nixos-unstable
|
nixpkgs-lib.url = "https://github.com/NixOS/nixpkgs/archive/5487e69da40cbd611ab2cadee0b4637225f7cfae.tar.gz"; # 970e93b9f82e2a0f3675757eb0bfc73297cc6370 /lib from nixos-unstable
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = inputs@{ nixpkgs-lib, ... }:
|
outputs = inputs@{ nixpkgs-lib, ... }:
|
||||||
|
|
Loading…
Add table
Reference in a new issue