mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-07 13:03:03 -04:00
add isWsl arg
This commit is contained in:
parent
f061b3475a
commit
f59f3a81cc
1 changed files with 4 additions and 0 deletions
|
@ -95,6 +95,7 @@
|
||||||
serverpc = nixpkgs-unstable.lib.nixosSystem rec {
|
serverpc = nixpkgs-unstable.lib.nixosSystem rec {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
|
isWsl = false;
|
||||||
inherit inputs;
|
inherit inputs;
|
||||||
stable = import nixpkgs {
|
stable = import nixpkgs {
|
||||||
inherit system;
|
inherit system;
|
||||||
|
@ -145,6 +146,7 @@
|
||||||
};
|
};
|
||||||
nix-desktop-evo4b5 = nixpkgs.lib.nixosSystem rec {
|
nix-desktop-evo4b5 = nixpkgs.lib.nixosSystem rec {
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
|
isWsl = false;
|
||||||
inherit inputs;
|
inherit inputs;
|
||||||
unstable = import nixpkgs-unstable {
|
unstable = import nixpkgs-unstable {
|
||||||
inherit system;
|
inherit system;
|
||||||
|
@ -172,6 +174,7 @@
|
||||||
arm-laptop-evo4b5 = nixpkgs.lib.nixosSystem rec {
|
arm-laptop-evo4b5 = nixpkgs.lib.nixosSystem rec {
|
||||||
system = "aarch64-linux";
|
system = "aarch64-linux";
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
|
isWsl = false;
|
||||||
inputs = inputs // {
|
inputs = inputs // {
|
||||||
nixpkgs = nixpkgs;
|
nixpkgs = nixpkgs;
|
||||||
home-manager = inputs.home-manager-stable;
|
home-manager = inputs.home-manager-stable;
|
||||||
|
@ -201,6 +204,7 @@
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
inherit inputs;
|
inherit inputs;
|
||||||
|
isWsl = true;
|
||||||
unstable = import nixpkgs-unstable {
|
unstable = import nixpkgs-unstable {
|
||||||
inherit system;
|
inherit system;
|
||||||
config = {
|
config = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue