chore(nix): Move stuff around
This commit is contained in:
parent
5beaf9dd96
commit
3fe53e7015
4 changed files with 6 additions and 6 deletions
|
@ -17,21 +17,21 @@
|
||||||
darwinConfigurations = (
|
darwinConfigurations = (
|
||||||
import ./systems/darwin {
|
import ./systems/darwin {
|
||||||
inherit (nixpkgs-unstable) lib;
|
inherit (nixpkgs-unstable) lib;
|
||||||
inherit inputs nixpkgs-stable nixpkgs-unstable nix-darwin brew-api home-manager nur vars;
|
inherit inputs nixpkgs-stable nixpkgs-unstable nur nix-darwin brew-api home-manager vars;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
systemConfigs = ( # sudo is required, sadly
|
systemConfigs = ( # sudo is required, sadly
|
||||||
import ./systems/nix {
|
import ./systems/nix {
|
||||||
inherit (nixpkgs-unstable) lib;
|
inherit (nixpkgs-unstable) lib;
|
||||||
inherit inputs nixpkgs-stable nixpkgs-unstable system-manager home-manager nur vars;
|
inherit inputs nixpkgs-stable nixpkgs-unstable nur system-manager home-manager vars;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
homeConfigurations = (
|
homeConfigurations = (
|
||||||
import ./users {
|
import ./users {
|
||||||
inherit (nixpkgs-unstable) lib;
|
inherit (nixpkgs-unstable) lib;
|
||||||
inherit inputs nixpkgs-stable nixpkgs-unstable home-manager nur vars;
|
inherit inputs nixpkgs-stable nixpkgs-unstable nur home-manager vars;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ inputs, nixpkgs-stable, nixpkgs-unstable, nix-darwin, brew-api, nur, vars, ... }:
|
{ inputs, nixpkgs-stable, nixpkgs-unstable, nur, nix-darwin, brew-api, vars, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
mkCommon = import ../../lib/mkCommon.nix;
|
mkCommon = import ../../lib/mkCommon.nix;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ inputs, nixpkgs-stable, nixpkgs-unstable, system-manager, nur, vars, ... }:
|
{ inputs, nixpkgs-stable, nixpkgs-unstable, nur, system-manager, vars, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
mkCommon = import ../../lib/mkCommon.nix;
|
mkCommon = import ../../lib/mkCommon.nix;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ inputs, nixpkgs-stable, nixpkgs-unstable, home-manager, nur, vars, ... }:
|
{ inputs, nixpkgs-stable, nixpkgs-unstable, nur, home-manager, vars, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
mkSystem = import ../lib/mkSystem.nix;
|
mkSystem = import ../lib/mkSystem.nix;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue