mirror of
https://github.com/Smaug123/gitea-repo-config
synced 2025-10-10 09:48:42 +00:00
Use the non-obsolete devshell (#67)
This commit is contained in:
@@ -78,7 +78,8 @@
|
||||
program = "${self.packages.${system}.default}/bin/Gitea.Declarative";
|
||||
};
|
||||
};
|
||||
devShell = pkgs.mkShell {
|
||||
devShells = {
|
||||
default = pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
(with dotnetCorePackages;
|
||||
combinePackages [
|
||||
@@ -92,5 +93,6 @@
|
||||
pkgs.shellcheck
|
||||
];
|
||||
};
|
||||
};
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user