From 08ce8a0ead9c08a67469e130c5bff7f7e89bb736 Mon Sep 17 00:00:00 2001 From: Janne Peltola Date: Tue, 3 Feb 2026 18:24:59 +0200 Subject: [PATCH] Fail, try again --- flake.lock | 30 ++++++++---------------------- flake.nix | 5 ++++- 2 files changed, 12 insertions(+), 23 deletions(-) diff --git a/flake.lock b/flake.lock index 26aa1ae..024f487 100644 --- a/flake.lock +++ b/flake.lock @@ -2,7 +2,9 @@ "nodes": { "dms": { "inputs": { - "nixpkgs": "nixpkgs", + "nixpkgs": [ + "nixpkgs-unstable" + ], "quickshell": "quickshell" }, "locked": { @@ -42,16 +44,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1769018530, - "narHash": "sha256-MJ27Cy2NtBEV5tsK+YraYr2g851f3Fl1LpNHDzDX15c=", + "lastModified": 1767313136, + "narHash": "sha256-16KkgfdYqjaeRGBaYsNrhPRRENs0qzkQVUooNHtoy2w=", "owner": "nixos", "repo": "nixpkgs", - "rev": "88d3861acdd3d2f0e361767018218e51810df8a1", + "rev": "ac62194c3917d5f474c1a844b6fd6da2db95077d", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-unstable", + "ref": "nixos-25.05", "repo": "nixpkgs", "type": "github" } @@ -72,22 +74,6 @@ "type": "github" } }, - "nixpkgs_2": { - "locked": { - "lastModified": 1767313136, - "narHash": "sha256-16KkgfdYqjaeRGBaYsNrhPRRENs0qzkQVUooNHtoy2w=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "ac62194c3917d5f474c1a844b6fd6da2db95077d", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixos-25.05", - "repo": "nixpkgs", - "type": "github" - } - }, "quickshell": { "inputs": { "nixpkgs": [ @@ -114,7 +100,7 @@ "inputs": { "dms": "dms", "home-manager": "home-manager", - "nixpkgs": "nixpkgs_2", + "nixpkgs": "nixpkgs", "nixpkgs-unstable": "nixpkgs-unstable" } } diff --git a/flake.nix b/flake.nix index 19eff3d..50d48bf 100644 --- a/flake.nix +++ b/flake.nix @@ -11,7 +11,10 @@ home-manager.inputs.nixpkgs.follows = "nixpkgs"; # Dank Linux - dms.url = "github:AvengeMedia/DankMaterialShell"; + dms = { + url = "github:AvengeMedia/DankMaterialShell"; + inputs.nixpkgs.follows = "nixpkgs-unstable"; + }; }; outputs = {