From 23a8028dda97eea7437560c8a5fae2e40943ce76 Mon Sep 17 00:00:00 2001 From: Hercules CI Effects Date: Sat, 1 Mar 2025 23:35:40 +0000 Subject: [PATCH] flake.nix: Update nixpkgs-lib tree --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index d86c895..c126bfb 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Flake basics described using the module system"; inputs = { - nixpkgs-lib.url = "https://github.com/NixOS/nixpkgs/archive/072a6db25e947df2f31aab9eccd0ab75d5b2da11.tar.gz"; # 3a228057f5b619feb3186e986dbe76278d707b6e /lib from nixos-unstable + nixpkgs-lib.url = "https://github.com/NixOS/nixpkgs/archive/6d3702243441165a03f699f64416f635220f4f15.tar.gz"; # 6313551cd05425cd5b3e63fe47dbc324eabb15e4 /lib from nixos-unstable }; outputs = inputs@{ nixpkgs-lib, ... }: