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

feat: get my repos via flake

This commit is contained in:
2021-12-31 16:57:45 +01:00
parent a6792399f1
commit a0fdfbef2b
9 changed files with 132 additions and 77 deletions

View File

@@ -49,12 +49,7 @@ let
'';
});
recht = pkgs.callPackage (pkgs.fetchFromGitHub {
owner = "kmein";
repo = "recht";
rev = "0.6.2";
sha256 = "08gnrnz3lwh8h6fyga56yfy9qryzm89xbshm7wpxfyxf2pmp1qfx";
}) {};
recht = pkgs.callPackage <recht> {};
in {
home-manager.users.me.home.file = {