|
|
|
|
|
by rgoulter
1101 days ago
|
|
> I am sure flakes are great and all but as with everything nix you can't just integrate it into your normal flow, you have to jump all in with it. AFAIR, the only irreversible impact is switching from `nix-env --install` to `nix profile install`. With repositories, you can add a flake.nix, and still use nix-build or nix-shell however you did before. e.g. You can have the flake.nix import the default.nix or shell.nix code. |
|