From 288fa518e2d5ffa074a8deaa38398e96a211479f Mon Sep 17 00:00:00 2001 From: Hercules CI Effects Date: Thu, 2 May 2024 09:00:51 +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 8b934f6..8362b4d 100644 --- a/flake.nix +++ b/flake.nix @@ -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, ... }: {