mirror of
https://github.com/hercules-ci/flake-parts.git
synced 2024-12-14 11:47:31 +00:00
dev/flake.nix: Rewrite comments
This commit is contained in:
parent
3efe8e4619
commit
fb87cc7333
1 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,8 @@
|
|||
|
||||
inputs = {
|
||||
# Flakes don't give us a good way to depend on .., so we don't.
|
||||
# This has drastic consequences of course.
|
||||
# As a consequence, this flake is a little non-standard, and
|
||||
# we can't use the `nix` CLI as expected.
|
||||
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
|
||||
|
@ -15,7 +16,7 @@
|
|||
|
||||
outputs = { self, ... }:
|
||||
{
|
||||
# Without good or dev outputs, we only use flakes for inputs here.
|
||||
# The dev tooling is in ./flake-module.nix
|
||||
# See comment at `inputs` above.
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue