Pin nixpkgs version

This commit is contained in:
Leroy Hopson 2024-01-06 22:43:40 +13:00
parent fac6361898
commit b18726eac9
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA

View file

@ -1,5 +1,6 @@
with (import <nixpkgs> {}); let
mkShell { pkgs = import (fetchTarball("https://github.com/NixOS/nixpkgs/archive/09cd65b33c5653d7d2954fef4b9f0e718c899743.tar.gz")) {};
in pkgs.mkShell {
buildInputs = with pkgs; [ buildInputs = with pkgs; [
git git
scons scons