From 59516207b8c7793a9bd5689b0f88285dd0f0aeeb Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Tue, 2 Dec 2025 10:28:23 +0100 Subject: update flake --- flake.lock | 8 ++++---- flake.nix | 3 +-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 9e70e85..c630f97 100644 --- a/flake.lock +++ b/flake.lock @@ -2,16 +2,16 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1739357830, - "narHash": "sha256-9xim3nJJUFbVbJCz48UP4fGRStVW5nv4VdbimbKxJ3I=", + "lastModified": 1764517877, + "narHash": "sha256-pp3uT4hHijIC8JUK5MEqeAWmParJrgBVzHLNfJDZxg4=", "owner": "nixos", "repo": "nixpkgs", - "rev": "0ff09db9d034a04acd4e8908820ba0b410d7a33a", + "rev": "2d293cbfa5a793b4c50d17c05ef9e385b90edf6c", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-24.11", + "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 66fc9ab..c4a1033 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "WebTray Flake"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-24.11"; + nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; }; outputs = @@ -30,7 +30,6 @@ pkgs.qt6.qtbase pkgs.qt6.qtwayland pkgs.qt6.qtmultimedia - pkgs.kdePackages.wayqt ]; }; -- cgit v1.2.3-70-g09d2