1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
diff --git a/flake.nix b/flake.nix
index 7096ed01dd90a6af51e0bf082c075703ed7f0bd0..b5b15ed29bcc1d34cd7a6792d9318d95580f7b4a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -91,19 +91,7 @@ outputs = {
nixpkgs,
home-manager,
agenix,
- jolheiser-nur,
- helix,
- website,
- resume,
- git-age,
- gist,
- tmpl,
- nixpl,
- gomodinit,
nixpkgs-py36,
- golink,
- tclip,
- templ,
...
} @ inputs: let
overlays = [
@@ -126,7 +114,7 @@ };
tclip = inputs.tclip.packages.${prev.system}.tclip;
templ = inputs.templ.packages.${prev.system}.templ;
})
- golink.overlay
+ inputs.golink.overlay
];
userSecret = path: {
file = path;
@@ -223,7 +211,7 @@ };
};
dragonwell = {
imports = [
- golink.nixosModules.default
+ inputs.golink.nixosModules.default
./machines/dragonwell
];
};
|