Add local tooling and CI wiring without bloating flake.nix
This commit is contained in:
parent
1c0f8f3036
commit
140da4067f
8 changed files with 112 additions and 0 deletions
13
dev/flake.nix
Normal file
13
dev/flake.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
description = "Dependencies for development purposes";
|
||||
|
||||
inputs = {
|
||||
# Flakes don't give us a good way to depend on .., so we don't.
|
||||
# This has drastic consequences of course.
|
||||
nixpkgs.url = "github:hercules-ci/nixpkgs/functionTo-properly";
|
||||
};
|
||||
|
||||
outputs = { self, ... }:
|
||||
{
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue