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
|
||||
fourmolu
|
||||
;
|
||||
inherit (inputs.nixpkgs-stable.legacyPackages.${pkgs.system}.elmPackages)
|
||||
inherit (inputs.nixpkgs-stable.legacyPackages.${pkgs.stdenv.hostPlatform.system}.elmPackages)
|
||||
elm
|
||||
elm-format
|
||||
elm-land
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
name = "website";
|
||||
src = ./frontend;
|
||||
nativeBuildInputs = builtins.attrValues {
|
||||
inherit (inputs.nixpkgs-stable.legacyPackages.${pkgs.system}.elmPackages)
|
||||
inherit (inputs.nixpkgs-stable.legacyPackages.${pkgs.stdenv.hostPlatform.system}.elmPackages)
|
||||
elm
|
||||
elm-land
|
||||
;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue