Skip to content

Instantly share code, notes, and snippets.

@LnL7
Created December 15, 2016 09:49
Show Gist options
  • Save LnL7/65826c93d58cfd32e6cc5d1a2602d434 to your computer and use it in GitHub Desktop.
Save LnL7/65826c93d58cfd32e6cc5d1a2602d434 to your computer and use it in GitHub Desktop.
{ pkgs, ... }:
{
environment.systemPackages =
[ pkgs.lnl.foo
];
nixpkgs.config.packageOverrides = pkgs: {
lnl.foo = pkgs.callPackage ./path/to/project {};
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment