Skip to content

Commit

Permalink
build: update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hraban committed Sep 30, 2023
1 parent 350c64a commit 3b9413b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 20 deletions.
34 changes: 16 additions & 18 deletions flake.lock

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

3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
url = "github:edolstra/flake-compat";
flake = false;
};
flake-utils.url = "github:numtide/flake-utils";
gitignore = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:hercules-ci/gitignore.nix";
Expand All @@ -36,7 +35,7 @@
with rec {
pkgs = nixpkgs.legacyPackages.${system};
lispPackagesLite = import cl-nix-lite { inherit pkgs; };
cleanSource = src: gitignore.lib.gitignoreSource (pkgs.lib.cleanSource src);
cleanSource = src: pkgs.lib.cleanSource (gitignore.lib.gitignoreSource src);
};
{
packages = {
Expand Down

0 comments on commit 3b9413b

Please sign in to comment.