From c249b8fd28cc8998c35eb979f5b3bd5061850ec7 Mon Sep 17 00:00:00 2001 From: batvin321 Date: Mon, 17 Jun 2024 22:18:02 -0400 Subject: [PATCH] Update configuration.nix --- configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index 4acb4d5..89db9de 100644 --- a/configuration.nix +++ b/configuration.nix @@ -7,7 +7,7 @@ let unstableTarball = fetchTarball - https://github.com/NixOS/nixpkgs/archive/nixos-unstbale.tar.gz; + https://github.com/NixOS/nixpkgs/archive/nixos-unstable.tar.gz; in @@ -145,7 +145,7 @@ in nixpkgs.config = { packageOverrides = pkgs: with pkgs; { - stable = import unstableTarball { + unstable = import unstableTarball { config = config.nixpkgs.config; }; };