feat(nvf): WIP bloating
This commit is contained in:
parent
0bee56e7e8
commit
214b8dea90
9 changed files with 84 additions and 8 deletions
|
@ -1,7 +1,8 @@
|
|||
{ config, ... }:
|
||||
{ config, inputs, ... }:
|
||||
{
|
||||
config = {
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nix.nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
||||
|
||||
nix.settings = {
|
||||
experimental-features = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue