mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 13:07:13 -06:00
chore: changed to new convention
This commit is contained in:
parent
1fa809d7f5
commit
4fd3e14640
1 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@
|
||||||
hlint
|
hlint
|
||||||
fourmolu
|
fourmolu
|
||||||
;
|
;
|
||||||
inherit (inputs.nixpkgs-stable.legacyPackages.${pkgs.system}.elmPackages)
|
inherit (inputs.nixpkgs-stable.legacyPackages.${pkgs.stdenv.hostPlatform.system}.elmPackages)
|
||||||
elm
|
elm
|
||||||
elm-format
|
elm-format
|
||||||
elm-land
|
elm-land
|
||||||
|
|
@ -60,7 +60,7 @@
|
||||||
name = "website";
|
name = "website";
|
||||||
src = ./frontend;
|
src = ./frontend;
|
||||||
nativeBuildInputs = builtins.attrValues {
|
nativeBuildInputs = builtins.attrValues {
|
||||||
inherit (inputs.nixpkgs-stable.legacyPackages.${pkgs.system}.elmPackages)
|
inherit (inputs.nixpkgs-stable.legacyPackages.${pkgs.stdenv.hostPlatform.system}.elmPackages)
|
||||||
elm
|
elm
|
||||||
elm-land
|
elm-land
|
||||||
;
|
;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue