Skip to content

Instantly share code, notes, and snippets.

@lheckemann
Last active December 29, 2020 17:01
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 lheckemann/d0d256ca8404db0c550a30c2034e696e to your computer and use it in GitHub Desktop.
Save lheckemann/d0d256ca8404db0c550a30c2034e696e to your computer and use it in GitHub Desktop.
{ pkgs, ... }: {
nix.nixPath = ["nixpkgs=/var/lib/nixpkgs"];
systemd.tmpfiles.rules = ["L+ /var/lib/nixpkgs - - - - ${builtins.path {
path = pkgs.path;
name = "nixpkgs-${pkgs.lib.version}";
}}"];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment