Skip to content

Commit

Permalink
oops, forgot flake-compat
Browse files Browse the repository at this point in the history
  • Loading branch information
cab404 committed May 6, 2022
1 parent 4cb1716 commit 0189819
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
17 changes: 17 additions & 0 deletions flake.lock

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

7 changes: 5 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{

outputs = { self, nixpkgs }:
inputs.flake-compat = {
url = "github:edolstra/flake-compat";
flake = false;
};
outputs = { self, nixpkgs, ... }:
let onPkgs = fn: builtins.mapAttrs fn nixpkgs.legacyPackages;
in {
defaultPackage = onPkgs (_: pkgs:
Expand Down

0 comments on commit 0189819

Please sign in to comment.