use the same nixpkgs and home-manager

Co-authored-by: Tobias Happ <Gerschtli@users.noreply.github.com>
This commit is contained in:
Bruno Bigras 2021-01-13 09:57:57 -05:00 committed by Alexander Sosedkin
parent 2fba450df0
commit abf7f56cb6
3 changed files with 10 additions and 7 deletions

View file

@ -1,5 +1,7 @@
# Copyright (c) 2019-2020, see AUTHORS. Licensed under MIT License, see LICENSE.
{ pkgs }:
[
./build/activation.nix
./build/config.nix
@ -15,5 +17,5 @@
./user.nix
./version.nix
./workaround-make.nix
<nixpkgs/nixos/modules/misc/assertions.nix>
(pkgs.path + "/nixos/modules/misc/assertions.nix")
]