diff options
Diffstat (limited to 'users/aspen/system/home/modules/development/agda.nix')
-rw-r--r-- | users/aspen/system/home/modules/development/agda.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/users/aspen/system/home/modules/development/agda.nix b/users/aspen/system/home/modules/development/agda.nix index afd22a306dc9..55381994c42c 100644 --- a/users/aspen/system/home/modules/development/agda.nix +++ b/users/aspen/system/home/modules/development/agda.nix @@ -29,7 +29,7 @@ in ])) ]; - grfn.impure.clonedRepos = { + aspen.impure.clonedRepos = { agda-stdlib = { github = "agda/agda-stdlib"; path = "code/agda-stdlib"; @@ -51,8 +51,8 @@ in ''; home.file.".agda/libraries".text = '' - /home/grfn/code/agda-stdlib/standard-library.agda-lib - /home/grfn/code/agda-categories/agda-categories.agda-lib + /home/aspen/code/agda-stdlib/standard-library.agda-lib + /home/aspen/code/agda-categories/agda-categories.agda-lib ''; } |