From 82f400e597e82d0ecdf4718f8776e2a5422caf26 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Thu, 15 May 2025 22:20:46 -0700 Subject: [PATCH] niri: override nixpkgs-stable --- flake.lock | 20 +++----------------- flake.nix | 1 + 2 files changed, 4 insertions(+), 17 deletions(-) diff --git a/flake.lock b/flake.lock index bd945a4..f76a911 100644 --- a/flake.lock +++ b/flake.lock @@ -281,7 +281,9 @@ "nixpkgs": [ "nixpkgs" ], - "nixpkgs-stable": "nixpkgs-stable", + "nixpkgs-stable": [ + "nixpkgs" + ], "xwayland-satellite-stable": "xwayland-satellite-stable", "xwayland-satellite-unstable": "xwayland-satellite-unstable" }, @@ -387,22 +389,6 @@ "type": "github" } }, - "nixpkgs-stable": { - "locked": { - "lastModified": 1747209494, - "narHash": "sha256-fLise+ys+bpyjuUUkbwqo5W/UyIELvRz9lPBPoB0fbM=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "5d736263df906c5da72ab0f372427814de2f52f8", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-24.11", - "repo": "nixpkgs", - "type": "github" - } - }, "pre-commit-hooks-nix": { "inputs": { "flake-compat": [ diff --git a/flake.nix b/flake.nix index ceeb794..5f9457c 100644 --- a/flake.nix +++ b/flake.nix @@ -48,6 +48,7 @@ niri = { url = "github:sodiboo/niri-flake"; inputs.nixpkgs.follows = "nixpkgs"; + inputs.nixpkgs-stable.follows = "nixpkgs"; }; };