This commit is contained in:
a-kenji
2024-04-02 12:46:24 +02:00
parent 28ab426290
commit a864e951ab
4 changed files with 38 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
{
description = "dependencies for the clan-cli";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
};
outputs = _inputs: { };
}