Add back the pin-nixpkgs import
diff --git a/src/nix/system/pin-nixpkgs.nix b/src/nix/system/pin-nixpkgs.nix
index e8bd8be..6976b73 100644
--- a/src/nix/system/pin-nixpkgs.nix
+++ b/src/nix/system/pin-nixpkgs.nix
@@ -1,3 +1,3 @@
-{ nixpkgs, ... }: {
- nix.registry.nixpkgs.flake = nixpkgs;
+{ pkgs, ... }: {
+ nix.registry.nixpkgs.flake = pkgs;
}
\ No newline at end of file
diff --git a/src/system.nix b/src/system.nix
index 7d3c999..98ff94a 100644
--- a/src/system.nix
+++ b/src/system.nix
@@ -1,8 +1,8 @@
{ pkgs, lib, modulesPath, config, ... }:
let
- #nixScripts = import ./utils/nixFilesIn.nix lib ./nix/system;
+ nixScripts = import ./utils/nixFilesIn.nix lib ./nix/system;
in {
- #imports = nixScripts ++ [ (modulesPath + "/installer/scan/not-detected.nix") ];
+ imports = nixScripts; # ++ [ (modulesPath + "/installer/scan/not-detected.nix") ];
# Prepare nix flakes