Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bobvanderlinden/106687d41c8ca315972362fbdc4c12b1 to your computer and use it in GitHub Desktop.
Save bobvanderlinden/106687d41c8ca315972362fbdc4c12b1 to your computer and use it in GitHub Desktop.
Specific nixUnstable package
nix.package = (import (pkgs.fetchFromGitHub {
owner = "nixos";
repo = "nixpkgs";
rev = "6da8b0d49de784c72a3411b86656fa62656ea98e";
sha256 = "0rmmq67apl28kyl0dspgb4yrc5cq8q9mdcqk4gigmyirji96k4nx";
}) {}).pkgs.nixUnstable;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment