From 1577416ba803add17cc306c2c6ab4cd078d6774f Mon Sep 17 00:00:00 2001 From: shokinn Date: Tue, 8 Jul 2025 22:44:37 +0200 Subject: [PATCH] Update flake.lock and flake.nix to pin nixpkgs and add libsass as a dependency --- flake.lock | 6 +++--- flake.nix | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 41bcb32..172c62e 100644 --- a/flake.lock +++ b/flake.lock @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1751211869, - "narHash": "sha256-1Cu92i1KSPbhPCKxoiVG5qnoRiKTgR5CcGSRyLpOd7Y=", + "lastModified": 1751741127, + "narHash": "sha256-t75Shs76NgxjZSgvvZZ9qOmz5zuBE8buUaYD28BMTxg=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "b43c397f6c213918d6cfe6e3550abfe79b5d1c51", + "rev": "29e290002bfff26af1db6f64d070698019460302", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 0f69e02..e687d55 100644 --- a/flake.nix +++ b/flake.nix @@ -182,6 +182,7 @@ propagatedBuildInputs = with pkgs.python3.pkgs; [ setuptools + libsass ]; doCheck = false; # Skip tests during build