mirror of
https://github.com/beta-nu-theta-chi/bylaws.git
synced 2025-12-07 11:44:47 +00:00
clean up nix source
This commit is contained in:
parent
266b67979e
commit
00a7cf3e93
@ -65,9 +65,9 @@
|
||||
apps = rec {
|
||||
};
|
||||
packages = rec {
|
||||
branding = pkgs.callPackage ./source.nix { branding = inputs.branding.packages.${system}.branding-white; };
|
||||
book = pkgs.callPackage ./build.nix { buildenv = p; src = branding; };
|
||||
deploy = pkgs.callPackage ./deploy.nix { src = book; };
|
||||
branding = pkgs.callPackage ./nix/source.nix { branding = inputs.branding.packages.${system}.branding-white; };
|
||||
book = pkgs.callPackage ./nix/build.nix { buildenv = p; src = branding; };
|
||||
deploy = pkgs.callPackage ./nix/deploy.nix { src = book; };
|
||||
default = book;
|
||||
};
|
||||
}
|
||||
|
||||
0
build.nix → nix/build.nix
Executable file → Normal file
0
build.nix → nix/build.nix
Executable file → Normal file
0
deploy.nix → nix/deploy.nix
Executable file → Normal file
0
deploy.nix → nix/deploy.nix
Executable file → Normal file
2
source.nix → nix/source.nix
Executable file → Normal file
2
source.nix → nix/source.nix
Executable file → Normal file
@ -3,7 +3,7 @@ stdenv.mkDerivation {
|
||||
pname = "BetaNuLBL-source";
|
||||
version = "0.0.1";
|
||||
|
||||
src = ./src;
|
||||
src = ./../src;
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/branding
|
||||
Loading…
Reference in New Issue
Block a user