Skip to content

Commit

Permalink
Merge pull request #127 from DeterminateSystems/trim-flake-outputs
Browse files Browse the repository at this point in the history
Remove flake-compat and flake-schemas from flake
  • Loading branch information
grahamc authored Jul 24, 2024
2 parents ff7b558 + 7b538d3 commit 514f204
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
29 changes: 0 additions & 29 deletions flake.lock

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

7 changes: 0 additions & 7 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
url = "https://flakehub.com/f/nix-community/naersk/0.1.335.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
};

flake-compat.url = "https://flakehub.com/f/edolstra/flake-compat/1.0.1.tar.gz";
flake-schemas.url = "https://flakehub.com/f/DeterminateSystems/flake-schemas/*.tar.gz";
};

outputs = { self, ... }@inputs:
Expand Down Expand Up @@ -46,10 +43,6 @@

in
{
schemas = {
inherit (inputs.flake-schemas.schemas) devShells overlays packages;
};

overlays.default = final: prev: rec {
fh =
let
Expand Down

0 comments on commit 514f204

Please sign in to comment.