From 2b40aeefa80b98e06ac5e1e595721d40fb7fe408 Mon Sep 17 00:00:00 2001 From: Thilo Billerbeck Date: Thu, 1 Feb 2024 14:29:22 +0100 Subject: [PATCH] switch to unstable small --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 3e03a82..006a5a2 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ inputs = { nixpkgs = { - url = "github:NixOS/nixpkgs/nixos-unstable"; + url = "github:NixOS/nixpkgs/nixos-unstable-small"; }; nixpkgs-update = { url = "github:ryantm/nixpkgs-update";