Daniel Rolls

Results 19 comments of Daniel Rolls

Try commenting out ``` - name: Remove Installed nix files file: state: absent path: /nix become: true ``` and see what happens. The installer may complain. If it works raise...

> Having a boolean variable to skip this would be nice Sounds good to me > Agreed do you want to add it or I can? A PR would be...

Hi all. The latest release on Ansible Galaxy finally has an option to keep /nix directory such that the cache isn't blown away. If this is still useful for you,...

It's `remove_nix_directory`. You can for example set pass `-e remove_nix_directory=false` when calling ansible-playbook and `/nix` will be preserved. It's in https://github.com/danielrolls/nix-install/blob/master/README.md now. Hopefully it's clear.

I appreciate the effort spent to create this PR. I'll give it a go!

@cdepillabout, it worked. Thank you. I released a new upstream version with your changes and put it on hackage. https://hackage.haskell.org/package/shellify-0.11.0.0 You have credit on the commit. I was keen to...

Hi @RoadRoller01, the value for that input is actually taken from the output of `nix flakes registry list`. If you run `nix shell nixpkgs#someProgram` you'll get `someProgram` from whatever `nixpkgs`...

Thanks for sharing the output. If I were to use the system one this would break for somebody choosing to override the global one with their own local version. It...

@Vaisakhkm2625, I'm now seeing the system value set to a Nix store path too. I think this behavior may have changed. I now suspect we should ignore the system value...