Compare commits
No commits in common. "5b962cde641ccbc34ae7d439d554aab5df0f3843" and "4b8e9bc93dab2ec7e50ddf35b657a49ceaf66792" have entirely different histories.
5b962cde64
...
4b8e9bc93d
@ -6,10 +6,9 @@
|
||||
url = "github:nix-community/home-manager/release-22.11";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
pepe.url = "git+https://git.giugl.io/peperunas/nixos";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, nixos-unstable, home-manager, pepe }:
|
||||
outputs = { self, nixpkgs, nixos-unstable, home-manager }:
|
||||
let
|
||||
sysLinuxX64 = "x86_64-linux";
|
||||
sysDarwin = "aarch64-darwin";
|
||||
@ -39,7 +38,7 @@
|
||||
inherit (pkgs) newScope;
|
||||
in
|
||||
makeScope newScope (self: rec {
|
||||
inherit nixpkgs home-manager nixos-unstable pepe;
|
||||
inherit nixpkgs home-manager nixos-unstable;
|
||||
inherit (self.callPackage ./lib/utils.nix { }) mkSysRole mkHomeRole;
|
||||
inherit (user) mkUser;
|
||||
|
||||
@ -98,7 +97,6 @@
|
||||
defaultTemplate = self.templates.basicShell;
|
||||
templates = {
|
||||
basicShell.path = ./templates/basicShell;
|
||||
description = "A barebone shell with custom defined packages";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
@ -3,7 +3,6 @@
|
||||
, nixos-unstable
|
||||
, unstablePkgs
|
||||
, home-manager
|
||||
, pepe
|
||||
, system
|
||||
, mkHomeRole
|
||||
, mkSysRole
|
||||
@ -44,7 +43,6 @@
|
||||
registry = {
|
||||
nixpkgs.flake = nixpkgs;
|
||||
unstable.flake = nixos-unstable;
|
||||
pepe.flake = pepe;
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user