1
0
Fork 0

fix emanote flake import

This commit is contained in:
Malte Brandy 2022-06-06 22:35:01 +02:00
parent 484225d5f9
commit 9f1a0e9654

View file

@ -3,7 +3,8 @@
pkgs,
...
}: let
emanote = import (import ../../nix/sources.nix).emanote;
emanote_commit = (builtins.fromJSON (builtins.readFile ../../nix/sources.json)).emanote.rev;
emanote = builtins.getFlake "github:srid/emanote/${emanote_commit}";
in {
imports = [emanote.homeManagerModule];
services.emanote = {