unlock nixpkgs version

This commit is contained in:
xunuwu 2025-02-26 01:23:21 +01:00
parent 3a3ce250bc
commit 4694470914
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
3 changed files with 6 additions and 6 deletions

8
flake.lock generated
View file

@ -749,17 +749,17 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1738407899,
"narHash": "sha256-l4uKwGXwBGWg6FfTRA8YcVU3l4h97ES1KHWysY3aTgw=",
"lastModified": 1740367490,
"narHash": "sha256-WGaHVAjcrv+Cun7zPlI41SerRtfknGQap281+AakSAw=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "d2faa1bbca1b1e4962ce7373c5b0879e5b12cef2",
"rev": "0196c0175e9191c474c26ab5548db27ef5d34b05",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"rev": "d2faa1bbca1b1e4962ce7373c5b0879e5b12cef2",
"type": "github"
}
},

View file

@ -29,7 +29,7 @@
};
inputs = {
nixpkgs.url = "github:nixos/nixpkgs?rev=d2faa1bbca1b1e4962ce7373c5b0879e5b12cef2"; # TODO unlock after things work
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
flake-parts.url = "github:hercules-ci/flake-parts";
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";

View file

@ -2,7 +2,7 @@
programs.waybar = {
enable = true;
package = pkgs.waybar.overrideAttrs (final: prev: {
patches = prev.patches ++ [./waybar-workspace.patch];
patches = [./waybar-workspace.patch];
});
settings = [
{