aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2025-12-02 10:28:23 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2025-12-02 10:28:23 +0100
commit59516207b8c7793a9bd5689b0f88285dd0f0aeeb (patch)
treec0d060f56baa9e4f6e575916b4ba8612922d4d3d
parenta6e09472cb98e0d00e4ab8f70b7957b956a73357 (diff)
update flake
-rw-r--r--flake.lock8
-rw-r--r--flake.nix3
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
];
};