1
Fork 0

?????????

This commit is contained in:
caem 2025-01-23 15:36:25 +01:00
parent ae96a8757b
commit 4b82e3a9dd
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -1,4 +1,4 @@
{ lib, inputs, ... }:
{ config, lib, inputs, ... }:
let
/*
@ -28,6 +28,8 @@ in {
experimental-features = nix-command flakes
'';
};
config.c = c;
config.a = a;
nixpkgs = {
config = {
allowUnfree = true;