Use custom nix package
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
			
		||||
{ lib, pkgs, inputs, config, options, ... }:
 | 
			
		||||
{ lib, pkgs, inputs, system, config, options, ... }:
 | 
			
		||||
  let
 | 
			
		||||
    inherit (lib) mkIf mkDefault mkAliasDefinitions;
 | 
			
		||||
    inherit (lib.my) mkOpt;
 | 
			
		||||
@@ -34,6 +34,14 @@
 | 
			
		||||
          };
 | 
			
		||||
        };
 | 
			
		||||
 | 
			
		||||
        nix = {
 | 
			
		||||
          package = inputs.nix.defaultPackage.${system};
 | 
			
		||||
          extraOptions =
 | 
			
		||||
            ''
 | 
			
		||||
              experimental-features = nix-command flakes ca-derivations
 | 
			
		||||
            '';
 | 
			
		||||
        };
 | 
			
		||||
 | 
			
		||||
        environment.systemPackages = with pkgs; [
 | 
			
		||||
          vim
 | 
			
		||||
          iperf3
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user