Added this flake to hosts registry in mkHost
This commit is contained in:
parent
b44084028f
commit
1ff83d84c7
@ -6,9 +6,10 @@
|
|||||||
url = "github:nix-community/home-manager/release-22.11";
|
url = "github:nix-community/home-manager/release-22.11";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
pepe.url = "git+https://git.giugl.io/peperunas/nixos";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, nixos-unstable, home-manager }:
|
outputs = { self, nixpkgs, nixos-unstable, home-manager, pepe }:
|
||||||
let
|
let
|
||||||
sysLinuxX64 = "x86_64-linux";
|
sysLinuxX64 = "x86_64-linux";
|
||||||
sysDarwin = "aarch64-darwin";
|
sysDarwin = "aarch64-darwin";
|
||||||
@ -38,7 +39,7 @@
|
|||||||
inherit (pkgs) newScope;
|
inherit (pkgs) newScope;
|
||||||
in
|
in
|
||||||
makeScope newScope (self: rec {
|
makeScope newScope (self: rec {
|
||||||
inherit nixpkgs home-manager nixos-unstable;
|
inherit nixpkgs home-manager nixos-unstable pepe;
|
||||||
inherit (self.callPackage ./lib/utils.nix { }) mkSysRole mkHomeRole;
|
inherit (self.callPackage ./lib/utils.nix { }) mkSysRole mkHomeRole;
|
||||||
inherit (user) mkUser;
|
inherit (user) mkUser;
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
, nixos-unstable
|
, nixos-unstable
|
||||||
, unstablePkgs
|
, unstablePkgs
|
||||||
, home-manager
|
, home-manager
|
||||||
|
, pepe
|
||||||
, system
|
, system
|
||||||
, mkHomeRole
|
, mkHomeRole
|
||||||
, mkSysRole
|
, mkSysRole
|
||||||
@ -43,6 +44,7 @@
|
|||||||
registry = {
|
registry = {
|
||||||
nixpkgs.flake = nixpkgs;
|
nixpkgs.flake = nixpkgs;
|
||||||
unstable.flake = nixos-unstable;
|
unstable.flake = nixos-unstable;
|
||||||
|
pepe.flake = pepe;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user