Skip to content

Instantly share code, notes, and snippets.

@euank
Created October 22, 2020 18:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save euank/8593e746b3b80220b3f3286acc0d5b8e to your computer and use it in GitHub Desktop.
Save euank/8593e746b3b80220b3f3286acc0d5b8e to your computer and use it in GitHub Desktop.
let
newerNixpkgs = import (pkgs.fetchzip {
url = "https://github.com/NixOS/nixpkgs/archive/47f47a27ed50d1364a618543628662c3fb206ebb.tar.gz";
sha256 = "sha256-aBFx490R3goQmtY5NTVjU7jp4Lxn19gazPwsr1hutgc=";
}) { config = { }; };
in
{
home.packages = [ newerNixpkgs.somePackage ];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment