Allow experimental nix commands like flake

This commit is contained in:
Daniel Siepmann 2022-02-07 21:11:25 +01:00
parent 12be4eb1d3
commit bb7203bf12
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
3 changed files with 5 additions and 0 deletions

View file

@ -80,6 +80,8 @@
"phpactor/phpactor.yml".source = ./home/files/phpactor.yml;
"tig/config".source = ./home/files/tig;
"nix/nix.conf".source = ./home/files/nix.conf;
"cmus/smyckblue.theme".source = ./home/files/cmus/smyckblue.theme;
"cmus/rc".source = ./home/files/cmus/rc;

1
home/files/nix.conf Normal file
View file

@ -0,0 +1 @@
experimental-features = nix-command flakes

View file

@ -91,6 +91,8 @@ Todos
No particular order:
* Provide local dev environment for nodejs stuff
* Migrate neovim
* Migrate ssh config (I don't really like to expose customer server names and configs to outer world, how to handle?)