about summary refs log tree commit diff stats
path: root/flake
diff options
context:
space:
mode:
Diffstat (limited to 'flake')
-rw-r--r--flake/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake/default.nix b/flake/default.nix
index 83138f32..598dcbd2 100644
--- a/flake/default.nix
+++ b/flake/default.nix
@@ -9,6 +9,8 @@
 # If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
 {
   self,
+  sources,
+  nixpkgs,
   system,
   openPRsNixpkgs,
   packageSets,
@@ -29,6 +31,8 @@
   nixosConfigurations = import ../hosts {
     inherit
       self
+      sources
+      nixpkgs
       system
       openPRsNixpkgs
       packageSets
@@ -107,6 +111,7 @@ in {
         pkgs.alejandra
         pkgs.deadnix
         pkgs.nvd
+        pkgs.npins
       ];
     };
   };