mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat(packages): add mahlzeit
This commit is contained in:
@@ -6,6 +6,21 @@
|
||||
./writing.nix
|
||||
./python.nix
|
||||
./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; [
|
||||
] ++ [ # internet
|
||||
|
||||
Reference in New Issue
Block a user