mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 18:45:12 -05:00
refactor: complete overhaul
This commit is contained in:
parent
2a2b90020b
commit
502c52e191
35 changed files with 19 additions and 5 deletions
|
@ -1,4 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
{
|
||||
pkgs,
|
||||
pkgs-stable,
|
||||
...
|
||||
}: {
|
||||
devShells = {
|
||||
default = pkgs.mkShell {
|
||||
packages = builtins.attrValues {
|
||||
|
@ -9,7 +13,7 @@
|
|||
nil
|
||||
;
|
||||
inherit
|
||||
(pkgs.elmPackages)
|
||||
(pkgs-stable.elmPackages)
|
||||
elm
|
||||
elm-format
|
||||
elm-land
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue