From 90f95c5d8408360fc38cb3a862565bcb08ae6aa8 Mon Sep 17 00:00:00 2001 From: NAHO <90870942+trueNAHO@users.noreply.github.com> Date: Thu, 2 Jan 2025 18:55:30 +0100 Subject: [PATCH] stylix: point nixpkgs input to more conventional nixos-unstable ref (#712) --- flake.lock | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.lock b/flake.lock index 7541207f..07d677bc 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 e1e47fb9..1b5cf882 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";