Skip to content

Instantly share code, notes, and snippets.

@573
Created February 8, 2024 14:09
Show Gist options
  • Save 573/6b02765d71c27edb10c481e4746e7264 to your computer and use it in GitHub Desktop.
Save 573/6b02765d71c27edb10c481e4746e7264 to your computer and use it in GitHub Desktop.
translate nix-env calls given at lazamar.co.uk to nix profile calls

Given at lazamar is:

nix-env -iA haskellPackages.hledger-iadd_1_3_16 -f https://github.com/NixOS/nixpkgs/archive/d1c3fea7ecbed758168787fe4e4a3157e52bc808.tar.gz

which translates to (I have flake-registry set, see example):

nix profile install nixpkgs/d1c3fea7ecbed758168787fe4e4a3157e52bc808#haskellPackages.hledger-iadd
# theoretically this also should work:
# nix profile install nixpkgs/d1c3fea7ecbed758168787fe4e4a3157e52bc808#haskellPackages.hledger-iadd_1_3_16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment