Skip to content
Snippets Groups Projects
Unverified Commit 62ae590d authored by Zubin's avatar Zubin
Browse files

Revert "Move generator logic to generator/"

This reverts commit e30fe937.
parent d962b7a6
No related branches found
No related tags found
No related merge requests found
*~
_cache
_site
dist
dist-newstyle
.ghc.environment.*
result*
# For CI
store.nar
......@@ -27,14 +27,14 @@ build:
tags:
- x86_64-linux
script:
- nix build -f ./generator --no-link
- nix run -f ./generator -c ghc-homepage build
- nix build -f . --no-link
- nix run -f . -c ghc-homepage build
- |
echo "==============================="
echo "Link Check:"
echo "==============================="
nix run -f ./generator -c check.sh
- nix-store --export $(nix-store -qR --include-outputs $(nix-instantiate --quiet ./generator)) > store.nar
nix run -f . -c check.sh
- nix-store --export $(nix-store -qR --include-outputs $(nix-instantiate --quiet .)) > store.nar
cache:
policy: pull-push
paths:
......
File moved
File moved
File moved
File moved
File moved
{ nixpkgs ? (import ../nixpkgs.nix {}) }:
{ nixpkgs ? (import ./nixpkgs.nix {}) }:
with nixpkgs;
let
......
dist
dist-newstyle
.ghc.environment.*
result*
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment