update stylix to release version

This commit is contained in:
Chris Dombroski 2024-12-03 12:29:06 -05:00
parent 705650807f
commit efac691f6d
2 changed files with 5 additions and 4 deletions

View file

@ -428,15 +428,16 @@
"tinted-tmux": "tinted-tmux"
},
"locked": {
"lastModified": 1733153724,
"narHash": "sha256-28nueT0pl+YpwUey44InOqct4+7p+DkiKOfkBBDCOeU=",
"lastModified": 1732993760,
"narHash": "sha256-t1J6wgzGjvvGNfdd0ei8HnZf9sTw+SpvCNAX0i6Qgwc=",
"owner": "danth",
"repo": "stylix",
"rev": "74ee1ed5057e44edbcc36aa189a91d31eda60485",
"rev": "d13ffb381c83b6139b9d67feff7addf18f8408fe",
"type": "github"
},
"original": {
"owner": "danth",
"ref": "release-24.11",
"repo": "stylix",
"type": "github"
}

View file

@ -36,7 +36,7 @@
};
impermanence.url = "github:nix-community/impermanence";
stylix = {
url = "github:danth/stylix"; # TODO: /release-24.11";
url = "github:danth/stylix/release-24.11";
inputs = {
nixpkgs.follows = "nixpkgs";
home-manager.follows = "home-manager";