-21
flake.lock
-21
flake.lock
···
18
"type": "github"
19
}
20
},
21
-
"gitignore": {
22
-
"inputs": {
23
-
"nixpkgs": [
24
-
"nixpkgs"
25
-
]
26
-
},
27
-
"locked": {
28
-
"lastModified": 1709087332,
29
-
"narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
30
-
"owner": "hercules-ci",
31
-
"repo": "gitignore.nix",
32
-
"rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
33
-
"type": "github"
34
-
},
35
-
"original": {
36
-
"owner": "hercules-ci",
37
-
"repo": "gitignore.nix",
38
-
"type": "github"
39
-
}
40
-
},
41
"gomod2nix": {
42
"inputs": {
43
"flake-utils": "flake-utils",
···
156
},
157
"root": {
158
"inputs": {
159
-
"gitignore": "gitignore",
160
"gomod2nix": "gomod2nix",
161
"htmx-src": "htmx-src",
162
"htmx-ws-src": "htmx-ws-src",
+7
-6
flake.nix
+7
-6
flake.nix
···
37
url = "https://sqlite.org/2024/sqlite-amalgamation-3450100.zip";
38
flake = false;
39
};
40
-
gitignore = {
41
-
url = "github:hercules-ci/gitignore.nix";
42
-
inputs.nixpkgs.follows = "nixpkgs";
43
-
};
44
};
45
46
outputs = {
···
51
htmx-src,
52
htmx-ws-src,
53
lucide-src,
54
-
gitignore,
55
inter-fonts-src,
56
sqlite-lib-src,
57
ibm-plex-mono-src,
···
62
63
mkPackageSet = pkgs:
64
pkgs.lib.makeScope pkgs.newScope (self: {
65
-
inherit (gitignore.lib) gitignoreSource;
66
buildGoApplication =
67
(self.callPackage "${gomod2nix}/builder" {
68
gomod2nix = gomod2nix.legacyPackages.${pkgs.system}.gomod2nix;
···
37
url = "https://sqlite.org/2024/sqlite-amalgamation-3450100.zip";
38
flake = false;
39
};
40
};
41
42
outputs = {
···
47
htmx-src,
48
htmx-ws-src,
49
lucide-src,
50
inter-fonts-src,
51
sqlite-lib-src,
52
ibm-plex-mono-src,
···
57
58
mkPackageSet = pkgs:
59
pkgs.lib.makeScope pkgs.newScope (self: {
60
+
src = let
61
+
fs = pkgs.lib.fileset;
62
+
in
63
+
fs.toSource {
64
+
root = ./.;
65
+
fileset = fs.difference (fs.intersection (fs.gitTracked ./.) (fs.fileFilter (file: !(file.hasExt "nix")) ./.)) (fs.maybeMissing ./.jj);
66
+
};
67
buildGoApplication =
68
(self.callPackage "${gomod2nix}/builder" {
69
gomod2nix = gomod2nix.legacyPackages.${pkgs.system}.gomod2nix;
+2
-3
nix/pkgs/appview.nix
+2
-3
nix/pkgs/appview.nix
+2
-3
nix/pkgs/genjwks.nix
+2
-3
nix/pkgs/genjwks.nix
+2
-3
nix/pkgs/knot-unwrapped.nix
+2
-3
nix/pkgs/knot-unwrapped.nix
+2
-3
nix/pkgs/spindle.nix
+2
-3
nix/pkgs/spindle.nix