From 2e88b900036d700b61f3618e5d4cec1ded19a3d2 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sun, 7 Sep 2025 16:40:08 -0400 Subject: [PATCH] Unused --- modules/nixos/shared/nix.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/nixos/shared/nix.nix b/modules/nixos/shared/nix.nix index 0dd429f..6cee62b 100644 --- a/modules/nixos/shared/nix.nix +++ b/modules/nixos/shared/nix.nix @@ -21,7 +21,6 @@ in nixPath = [ "nixpkgs=${flake.inputs.nixpkgs}" ]; # Enables use of `nix-shell -p ...` etc registry = { nixpkgs.flake = flake.inputs.nixpkgs; # Make `nix shell` etc use pinned nixpkgs - nixpkgs-unstable.flake = flake.inputs.nixpkgs-unstable; }; settings = {