-repl-flakes, fix:homeConfiguration module

This commit is contained in:
m3tam3re
2024-11-25 09:40:25 +01:00
parent 1808004efe
commit 0e5c17fe5b
3 changed files with 10 additions and 4 deletions

View File

@ -1,4 +1,10 @@
{ config, lib, outputs, pkgs, ... }: {
{
config,
lib,
outputs,
pkgs,
...
}: {
nixpkgs = {
# You can add overlays here
overlays = [
@ -29,7 +35,7 @@
nix = {
package = lib.mkDefault pkgs.nix;
settings = {
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
experimental-features = ["nix-command" "flakes"];
warn-dirty = false;
};
};