parent
b47c11362d
commit
194c140dc1
56 changed files with 675 additions and 608 deletions
nixosModules/desktop/manager/ags
|
@ -58,10 +58,13 @@ in {
|
|||
];
|
||||
};
|
||||
|
||||
buildInputs = with pkgs; [
|
||||
bun
|
||||
dart-sass
|
||||
];
|
||||
buildInputs = builtins.attrValues {
|
||||
inherit
|
||||
(pkgs)
|
||||
bun
|
||||
dart-sass
|
||||
;
|
||||
};
|
||||
|
||||
buildPhase = ''
|
||||
sass ./scss/greeter.scss style.css
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue