1
0
mirror of https://github.com/kmein/niveum synced 2026-03-20 20:01:08 +01:00

fix: move prog/git to projects

This commit is contained in:
Kierán Meinhardt
2020-04-09 11:38:36 +02:00
parent d3b58a3053
commit af66ff8692
7 changed files with 6 additions and 7 deletions

View File

@@ -17,7 +17,6 @@
};
mahlzeit = pkgs.haskellPackages.callPackage package {};
in {
variables.RECIPE_HOME = "/home/kfm/prog/git/wissen/recipes";
systemPackages = [ mahlzeit ];
};
}