mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2024-11-22 16:08:50 +01:00
Merge branch 'main' of https://github.com/thilobillerbeck/dotfiles
This commit is contained in:
parent
aee792f4ce
commit
d371f20707
1 changed files with 1 additions and 1 deletions
2
nix.nix
2
nix.nix
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
nix = {
|
nix = {
|
||||||
package = lib.mkDefault pkgs.nixUnstable;
|
package = lib.mkDefault pkgs.nixVersions.latest;
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
sandbox = relaxed
|
sandbox = relaxed
|
||||||
|
|
Loading…
Reference in a new issue