Skip to content

Commit

Permalink
build: remove hercules nix gitignore
Browse files Browse the repository at this point in the history
I don’t understand this thing and it’s more trouble than it’s worth
  • Loading branch information
hraban committed Jul 15, 2024
1 parent 176e91a commit 0cf4682
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 28 deletions.
21 changes: 0 additions & 21 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 2 additions & 7 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
url = "github:edolstra/flake-compat";
flake = false;
};
gitignore = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:hercules-ci/gitignore.nix";
};
cl-nix-lite.url = "github:hraban/cl-nix-lite";
flake-utils = {
url = "flake-utils";
Expand All @@ -32,16 +28,15 @@
systems.url = "systems";
};

outputs = { self, nixpkgs, flake-utils, gitignore, cl-nix-lite, ... }: let
outputs = { self, nixpkgs, flake-utils, cl-nix-lite, ... }: let
git-hly = { sbcl, pkgs, lib }: let
pkgs' = pkgs.extend cl-nix-lite.overlays.default;
cleanSource = src: lib.pipe src [ gitignore.lib.gitignoreSource lib.cleanSource ];
inherit (pkgs') lispPackagesLite;
in with lispPackagesLite; lispDerivation {
lispSystem = "git-hly";
pname = "git-hly";
version = "0.0.1";
src = cleanSource ./.;
src = lib.cleanSource ./.;
lispDependencies = [
alexandria
arrow-macros
Expand Down

0 comments on commit 0cf4682

Please sign in to comment.