mirror of
https://github.com/celesrenata/end-4-flakes.git
synced 2026-06-07 02:59:26 -05:00
a6247666d5
- Make quickshell input follow our nixpkgs to ensure Qt version consistency - Fixes 'Cannot mix incompatible Qt library (6.9.1) with this library (6.9.0)' error - Resolves weather widget enable crashes due to Qt version conflicts This ensures quickshell is built with the same Qt version (6.9.1) as our other Qt packages, preventing runtime library incompatibility issues.
83 lines
2.0 KiB
JSON
83 lines
2.0 KiB
JSON
{
|
|
"nodes": {
|
|
"home-manager": {
|
|
"inputs": {
|
|
"nixpkgs": [
|
|
"nixpkgs"
|
|
]
|
|
},
|
|
"locked": {
|
|
"lastModified": 1754842705,
|
|
"narHash": "sha256-2vvncPLsBWV6dRM5LfGHMGYZ+vzqRDqSPBzxPAS0R/A=",
|
|
"owner": "nix-community",
|
|
"repo": "home-manager",
|
|
"rev": "91586008a23c01cc32894ee187dca8c0a7bd20a4",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "nix-community",
|
|
"repo": "home-manager",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"nixpkgs": {
|
|
"locked": {
|
|
"lastModified": 1754725699,
|
|
"narHash": "sha256-iAcj9T/Y+3DBy2J0N+yF9XQQQ8IEb5swLFzs23CdP88=",
|
|
"owner": "NixOS",
|
|
"repo": "nixpkgs",
|
|
"rev": "85dbfc7aaf52ecb755f87e577ddbe6dbbdbc1054",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "NixOS",
|
|
"ref": "nixos-unstable",
|
|
"repo": "nixpkgs",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"nixpkgs_2": {
|
|
"locked": {
|
|
"lastModified": 1749285348,
|
|
"narHash": "sha256-frdhQvPbmDYaScPFiCnfdh3B/Vh81Uuoo0w5TkWmmjU=",
|
|
"owner": "NixOS",
|
|
"repo": "nixpkgs",
|
|
"rev": "3e3afe5174c561dee0df6f2c2b2236990146329f",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"id": "nixpkgs",
|
|
"ref": "nixos-unstable",
|
|
"type": "indirect"
|
|
}
|
|
},
|
|
"quickshell": {
|
|
"inputs": {
|
|
"nixpkgs": "nixpkgs_2"
|
|
},
|
|
"locked": {
|
|
"lastModified": 1753595452,
|
|
"narHash": "sha256-vqkSDvh7hWhPvNjMjEDV4KbSCv2jyl2Arh73ZXe274k=",
|
|
"owner": "outfoxxed",
|
|
"repo": "quickshell",
|
|
"rev": "a5431dd02dc23d9ef1680e67777fed00fe5f7cda",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "outfoxxed",
|
|
"repo": "quickshell",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"root": {
|
|
"inputs": {
|
|
"home-manager": "home-manager",
|
|
"nixpkgs": "nixpkgs",
|
|
"quickshell": "quickshell"
|
|
}
|
|
}
|
|
},
|
|
"root": "root",
|
|
"version": 7
|
|
}
|