dklfjhsdkjfh
This commit is contained in:
parent
4b82e3a9dd
commit
f771d4c2e7
1 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ config, lib, inputs, ... }:
|
{ lib, inputs, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
/*
|
/*
|
||||||
|
@ -28,8 +28,7 @@ in {
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
config.c = c;
|
b = c;
|
||||||
config.a = a;
|
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
config = {
|
config = {
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue