mirror of
https://github.com/quantum9Innovation/suntheme.git
synced 2024-11-24 17:33:52 -08:00
deps: add all required dependencies to flake
This commit is contained in:
parent
76ef994924
commit
06969ebdf7
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@
|
||||||
hlint = {};
|
hlint = {};
|
||||||
haskell-language-server = {};
|
haskell-language-server = {};
|
||||||
};
|
};
|
||||||
|
shell.buildInputs = with pkgs; [
|
||||||
|
at
|
||||||
|
busybox
|
||||||
|
];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue