diff options
author | Ben Sima <ben@bsima.me> | 2019-02-20 14:50:45 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-02-20 14:50:45 -0800 |
commit | 3b90927e818729f2983ae7ebe5ab65c0b96bcd2a (patch) | |
tree | 769368793aeccb91376b09da471e492e700fc6ef /nixos.nix | |
parent | cdf7034e47c62807930a9da7effdbffd6cc36066 (diff) |
Move pkgs.nix to pack/nixpkgs.nix
Diffstat (limited to 'nixos.nix')
-rw-r--r-- | nixos.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # Nix config for the main biz machine. let - nixpkgs = builtins.fetchTarball (import ./pkgs.nix); + nixpkgs = builtins.fetchTarball (import ./pack/nixpkgs.nix); in import "${nixpkgs}/nixos" { system = "x86_64-linux"; |