diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-12-15 11:59:34 +0100 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-12-15 11:59:34 +0100 |
commit | 9d5f79e6c960f200408cd1bd7f422e20c4159e9a (patch) | |
tree | a7d43f37799ef495a5b913e23351608ce6b0b616 | |
parent | Add dotnet to bot vm (diff) | |
download | Rory-Open-Architecture-9d5f79e6c960f200408cd1bd7f422e20c4159e9a.tar.xz |
Enable flakes
Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
-rw-r--r-- | modules/base.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/base.nix b/modules/base.nix index 5452ce1..6c2d809 100644 --- a/modules/base.nix +++ b/modules/base.nix @@ -47,6 +47,6 @@ vimPlugins.vim-nix ]; - + nix.settings.experimental-features = [ "nix-command" "flakes" ]; system.stateVersion = "22.11"; # DO NOT EDIT! } \ No newline at end of file |