Skip to content

Commit

Permalink
clean flake check warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Apr 9, 2023
1 parent 2f02e38 commit 033b9f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,14 +168,3 @@ Here is how it looks like in practice:
};
}
```

## Known issues

```
$ nix flake check
warning: unknown flake output 'lib'
```

nixpkgs is currently having the same issue so I assume that it will be
eventually standardized.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
defaultSystems = import systems;
};
templates = {
default = self.templates.each-system;
simple-flake = {
path = ./examples/simple-flake;
description = "A flake using flake-utils.lib.simpleFlake";
Expand All @@ -22,6 +23,5 @@
description = "A flake with tests";
};
};
defaultTemplate = self.templates.each-system;
};
}

0 comments on commit 033b9f2

Please sign in to comment.