summary refs log tree commit diff
path: root/nixos/modules/misc/nixpkgs.nix
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2021-12-03 12:04:36 +0000
committerRobert Hensing <robert@roberthensing.nl>2022-01-10 12:26:59 +0100
commitbe3967e351b6e1b010e95ec16217ed2db33da0c5 (patch)
treeb91857857e9a49333102267e26a4ad068265b31f /nixos/modules/misc/nixpkgs.nix
parentfbd038eca24703d8c5cc3ce28adda3e71c5fabf4 (diff)
downloadnixpkgs-be3967e351b6e1b010e95ec16217ed2db33da0c5.tar
nixpkgs-be3967e351b6e1b010e95ec16217ed2db33da0c5.tar.gz
nixpkgs-be3967e351b6e1b010e95ec16217ed2db33da0c5.tar.bz2
nixpkgs-be3967e351b6e1b010e95ec16217ed2db33da0c5.tar.lz
nixpkgs-be3967e351b6e1b010e95ec16217ed2db33da0c5.tar.xz
nixpkgs-be3967e351b6e1b010e95ec16217ed2db33da0c5.tar.zst
nixpkgs-be3967e351b6e1b010e95ec16217ed2db33da0c5.zip
nixos/nixpkgs.nix: Make independent
(cherry picked from commit 62e7f0eda1c5acf0beb13a00a23f577912a6b8eb)
Diffstat (limited to 'nixos/modules/misc/nixpkgs.nix')
-rw-r--r--nixos/modules/misc/nixpkgs.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/modules/misc/nixpkgs.nix b/nixos/modules/misc/nixpkgs.nix
index 2e0c8e4cf2c..69967c8a760 100644
--- a/nixos/modules/misc/nixpkgs.nix
+++ b/nixos/modules/misc/nixpkgs.nix
@@ -64,6 +64,11 @@ let
 in
 
 {
+  imports = [
+    ./assertions.nix
+    ./meta.nix
+  ];
+
   options.nixpkgs = {
 
     pkgs = mkOption {