From 2c7e543960a3edc87e33f9cfc1aa4658d583d310 Mon Sep 17 00:00:00 2001 From: NAHO <90870942+trueNAHO@users.noreply.github.com> Date: Tue, 31 Dec 2024 17:56:24 +0100 Subject: [PATCH] stylix: point nixpkgs input to more conventional nixos-unstable ref --- flake.lock | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.lock b/flake.lock index 7541207fb..07d677bcb 100644 --- a/flake.lock +++ b/flake.lock @@ -166,7 +166,7 @@ }, "original": { "owner": "NixOS", - "ref": "nixpkgs-unstable", + "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index e1e47fb9c..1b5cf882b 100644 --- a/flake.nix +++ b/flake.nix @@ -42,7 +42,7 @@ url = "github:nix-community/home-manager"; }; - nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; # Interface flake systems. systems.url = "github:nix-systems/default";