stylix: Lock kvantum fork to commit with 24.05 attributes

Fixes an issue where the build would previously show a warning about
`qt.platformTheme` being renamed to `qt.platformTheme.name`.
This commit is contained in:
Donovan Glover 2024-06-01 21:18:08 -04:00
parent b16466a944
commit 1e16aaa3ae
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 5 additions and 4 deletions

View File

@ -247,16 +247,17 @@
]
},
"locked": {
"lastModified": 1714260190,
"narHash": "sha256-S86VmYe2YBfX9cIdOPrHQKEIZDV4hsCRRus8uj1mNSM=",
"lastModified": 1713897030,
"narHash": "sha256-ZPr1R0d9MVmyRX/+XpYsBdLBEBqYMtuyaAjYgWHMloU=",
"owner": "bluskript",
"repo": "stylix",
"rev": "e53d92d442abfd8706ebff9afa4cdeeba8206159",
"rev": "6bc871ab352c9f18d1179daab9e392a4d46393af",
"type": "github"
},
"original": {
"owner": "bluskript",
"repo": "stylix",
"rev": "6bc871ab352c9f18d1179daab9e392a4d46393af",
"type": "github"
}
}

View File

@ -8,7 +8,7 @@
};
stylix = {
url = "github:bluskript/stylix";
url = "github:bluskript/stylix/6bc871ab352c9f18d1179daab9e392a4d46393af";
inputs = {
nixpkgs.follows = "nixpkgs";
home-manager.follows = "home-manager";