Mostly stuff for selby forum

This commit is contained in:
root
2021-12-18 12:10:42 -08:00
parent 5a0b508ecc
commit 806349c073
11 changed files with 711 additions and 189 deletions
+10
View File
@@ -24,6 +24,10 @@
fudo-pkgs.url = "git+https://git.fudo.org/fudo-nix/pkgs.git";
fudo-secrets.url = "path:/state/secrets";
chute.url = "git+https://git.fudo.org/chute/chute.git?ref=stable";
chuteUnstable.url = "git+https://git.fudo.org/chute/chute.git?ref=master";
};
outputs = { self,
@@ -33,6 +37,8 @@
fudo-entities,
fudo-pkgs,
fudo-secrets,
chute,
chuteUnstable,
... } @ inputs:
with nixpkgs.lib;
let
@@ -53,6 +59,10 @@
overlays = [
fudo-lib.overlay
fudo-pkgs.overlay
(final: prev: {
chute = chute.packages.${arch}.chute;
chuteUnstable = chuteUnstable.packages.${arch}.chute;
})
];
};