mirror of
https://github.com/kmein/niveum
synced 2026-03-23 05:11:08 +01:00
feat(packages): add mahlzeit
This commit is contained in:
@@ -6,6 +6,21 @@
|
|||||||
./writing.nix
|
./writing.nix
|
||||||
./python.nix
|
./python.nix
|
||||||
./haskell
|
./haskell
|
||||||
|
{
|
||||||
|
environment =
|
||||||
|
let
|
||||||
|
package = pkgs.fetchFromGitHub {
|
||||||
|
owner = "kmein";
|
||||||
|
repo = "mahlzeit";
|
||||||
|
rev = "85cb6d41e31fdfccbc3f83fd61cce8ef35112562";
|
||||||
|
sha256 = "0n6kc782dqbi64ya5jx5x8dcay2axrz1qbrlk4lyr6qnh241rr73";
|
||||||
|
};
|
||||||
|
mahlzeit = pkgs.haskellPackages.callPackage package {};
|
||||||
|
in {
|
||||||
|
variables.RECIPE_HOME = "/home/kfm/prog/git/wissen/recipes";
|
||||||
|
systemPackages = [ mahlzeit ];
|
||||||
|
};
|
||||||
|
}
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
] ++ [ # internet
|
] ++ [ # internet
|
||||||
|
|||||||
Reference in New Issue
Block a user