switch to keys
This commit is contained in:
parent
c40e6e3255
commit
115a711a5f
29 changed files with 122 additions and 221 deletions
15
flake.nix
15
flake.nix
|
|
@ -16,6 +16,8 @@
|
|||
reviewqueue.url = "github:jdonszelmann/review-queue";
|
||||
compiler-construction-2021.url = "git+ssh://forgejo@git.donsz.nl/jana/eelco-visser-compiler-construction.git";
|
||||
mifg.url = "git+ssh://forgejo@git.donsz.nl/jana/money.is.fckn.gay.git";
|
||||
|
||||
secrets.url = "git+ssh://forgejo@git.donsz.nl/jana/server-secrets.git";
|
||||
};
|
||||
outputs =
|
||||
{
|
||||
|
|
@ -41,11 +43,16 @@
|
|||
colmenaHive = colmena.lib.makeHive self.outputs.colmena;
|
||||
|
||||
colmena = {
|
||||
meta = {
|
||||
nixpkgs = pkgsForSystem "x86_64-linux";
|
||||
meta =
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
in
|
||||
{
|
||||
nixpkgs = pkgsForSystem system;
|
||||
|
||||
specialArgs.flakes = inputs;
|
||||
};
|
||||
specialArgs.flakes = inputs;
|
||||
specialArgs.secrets = inputs.secrets.packages.${system}.secrets;
|
||||
};
|
||||
|
||||
fili = {
|
||||
deployment = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue