From 04b758a8832c19eb515c065f211885e7546b5cf8 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 9 Dec 2021 00:52:36 +0100 Subject: [PATCH] sdrweb: switch to stable nixpkgs --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 0e8c9e10..dc39154d 100644 --- a/flake.nix +++ b/flake.nix @@ -474,7 +474,6 @@ heliwatch.nixosModules.heliwatch ./hosts/containers/sdrweb ]; - nixpkgs = inputs.nixpkgs-unstable; system = "x86_64-linux"; };