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
bcef6817a8
commit
ba3ca558eb
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
description = "Flake basics described using the module system";
|
||||
|
||||
inputs = {
|
||||
nixpkgs-lib.url = "https://github.com/NixOS/nixpkgs/archive/356624c12086a18f2ea2825fed34523d60ccc4e3.tar.gz"; # 12228ff1752d7b7624a54e9c1af4b222b3c1073b /lib from nixos-unstable
|
||||
nixpkgs-lib.url = "https://github.com/NixOS/nixpkgs/archive/fb192fec7cc7a4c26d51779e9bab07ce6fa5597a.tar.gz"; # 06cf0e1da4208d3766d898b7fdab6513366d45b9 /lib from nixos-unstable
|
||||
};
|
||||
|
||||
outputs = inputs@{ nixpkgs-lib, ... }:
|
||||
|
|
Loading…
Reference in a new issue