mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 16:23:57 +01:00
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:
parent
b16466a944
commit
1e16aaa3ae
@ -247,16 +247,17 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1714260190,
|
"lastModified": 1713897030,
|
||||||
"narHash": "sha256-S86VmYe2YBfX9cIdOPrHQKEIZDV4hsCRRus8uj1mNSM=",
|
"narHash": "sha256-ZPr1R0d9MVmyRX/+XpYsBdLBEBqYMtuyaAjYgWHMloU=",
|
||||||
"owner": "bluskript",
|
"owner": "bluskript",
|
||||||
"repo": "stylix",
|
"repo": "stylix",
|
||||||
"rev": "e53d92d442abfd8706ebff9afa4cdeeba8206159",
|
"rev": "6bc871ab352c9f18d1179daab9e392a4d46393af",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "bluskript",
|
"owner": "bluskript",
|
||||||
"repo": "stylix",
|
"repo": "stylix",
|
||||||
|
"rev": "6bc871ab352c9f18d1179daab9e392a4d46393af",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
stylix = {
|
stylix = {
|
||||||
url = "github:bluskript/stylix";
|
url = "github:bluskript/stylix/6bc871ab352c9f18d1179daab9e392a4d46393af";
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.follows = "nixpkgs";
|
nixpkgs.follows = "nixpkgs";
|
||||||
home-manager.follows = "home-manager";
|
home-manager.follows = "home-manager";
|
||||||
|
Loading…
Reference in New Issue
Block a user