From 3a08432f244986363f60c91f0dfd698686a8fa31 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 7 Jan 2026 16:43:35 +0100 Subject: Explicit nixpkgs --- default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 2f97e99..f418d0e 100644 --- a/default.nix +++ b/default.nix @@ -1,4 +1,6 @@ -{ pkgs ? import {} +{ pkgs ? import (builtins.fetchTarball{ + url = "https://github.com/NixOS/nixpkgs/archive/nixos-25.11.tar.gz"; +}) {} , stdenv ? pkgs.llvmPackages_19.stdenv , clang-tools ? pkgs.clang-tools_19 }: -- cgit v1.2.3