Update unstable channel import to use fetchTarball

This commit is contained in:
2025-10-15 14:24:27 +02:00
parent 9a3a1ef797
commit 8b8e02f260

View File

@@ -5,7 +5,7 @@
{ config, pkgs, ... }:
let
unstable = import <nixpkgs-unstable> { config = { allowUnfree = true; }; };
unstable = import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz") { config = { allowUnfree = true; }; };
in
{