mirror of
https://github.com/danth/stylix
synced 2024-11-22 12:13:08 +00:00
Update Coricamu ⬆️
This commit is contained in:
parent
74edb54377
commit
7794dbe521
2 changed files with 4 additions and 4 deletions
|
@ -41,7 +41,7 @@
|
|||
in
|
||||
coricamuLib.makeOptionsDocBook {
|
||||
inherit (nixosSystem) options;
|
||||
customFilter = option: pkgsLib.hasPrefix "stylix" option.name;
|
||||
customFilter = option: builtins.elemAt option.loc 0 == "stylix";
|
||||
};
|
||||
}
|
||||
];
|
||||
|
|
|
@ -28,11 +28,11 @@
|
|||
"utils": "utils"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1659202206,
|
||||
"narHash": "sha256-erdsLQwjVLtZmqC1Hr6q8e/McxIngvvDIVcKC14aPO8=",
|
||||
"lastModified": 1659274414,
|
||||
"narHash": "sha256-gO8Q6oOwM93F0GCWQYP2R71xGJ2zsPILs7/+Cqcz9Xo=",
|
||||
"owner": "danth",
|
||||
"repo": "coricamu",
|
||||
"rev": "041791b3143c7c740c14680abc885c2e6f5be621",
|
||||
"rev": "edec9f994ca93ccded4c823f5cd3527eb3c4addb",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
Loading…
Reference in a new issue