Skip to content

Commit a88ecce

Browse files
authored
chore: drop nixConfig from the flake, we config on install now (#944)
1 parent 67a5c31 commit a88ecce

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

flake.nix

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,6 @@
88
nix-editor.url = "github:snowfallorg/nix-editor";
99
};
1010

11-
nixConfig = {
12-
extra-substituters = [
13-
"https://nix-postgres-artifacts.s3.amazonaws.com"
14-
];
15-
16-
extra-trusted-public-keys = [
17-
"nix-cache.supabase.com-1:ZfEc7Qb7SN+qOTJGMtCz54rnVQ1W2ZI2ROCSSD6YQYc="
18-
];
19-
};
20-
2111
outputs = { self, nixpkgs, flake-utils, nix2container, nix-editor, ...}:
2212
let
2313
gitRev = "vcs=${self.shortRev or "dirty"}+${builtins.substring 0 8 (self.lastModifiedDate or self.lastModified or "19700101")}";

0 commit comments

Comments
 (0)