flake: we do not need a second checkout
This commit is contained in:
parent
ee21bd5049
commit
630d881b2e
1 changed files with 1 additions and 4 deletions
|
|
@ -60,10 +60,7 @@
|
|||
pname = "boddle";
|
||||
version = "v0.0.1";
|
||||
vendorHash = "sha256-XH/u+lcVsLoWDoMPp5/rwWytTpM17mXmoLKJUnJ9BRI=";
|
||||
src = pkgs.fetchgit {
|
||||
url = "https://git.fbs42.ddnss.de/forgejo/fbs42/boddle";
|
||||
hash = "sha256-6zK+oAGJz1UCo2eZZAlSH6VqMGba9g2hKnzG1kN0gYI=";
|
||||
};
|
||||
src = ./.;
|
||||
};
|
||||
|
||||
devshell = pkgs: pkgs.mkShell {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue