1 comment

[ 2.5 ms ] story [ 28.3 ms ] thread
If you have NixOS already installed you should enable flakes more like this:

    { pkgs, ... }: {
      nix.settings.experimental-features = [ "nix-command" "flakes" ];
    }