1
0
Fork 0
forked from foxora/nix

cerulean v0.2.5-alpha

This commit is contained in:
do butterflies cry? 2026-03-08 03:11:23 +10:00
parent ba8d341512
commit d512a54074
Signed by: cry
GPG key ID: F68745A836CA0412
6 changed files with 44 additions and 32 deletions

View file

@ -1,6 +1,6 @@
{inputs, ...} @ args: {
nixpkgs.channels = {
default = {
base = {
overlays = [(import ./overlays.nix args)];
config.allowUnfree = true;
};