Skip to content

Instantly share code, notes, and snippets.

@aswan89
Created February 21, 2020 18:22
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 aswan89/752f4eb7ef9dbd9d8b99033c9b1d726a to your computer and use it in GitHub Desktop.
Save aswan89/752f4eb7ef9dbd9d8b99033c9b1d726a to your computer and use it in GitHub Desktop.
overriding package from nixos-unstable?
nixpkgs.config = {
26 allowUnfree = true;
27 packageOverrides = pkgs: {
28 pkgs.factorio-headless = (import <nixos-unstable> { config = config.nixpkgs.config; }).factorio-headless;
29 };
30 };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment