This commit is contained in:
Robin Appelman 2023-06-01 19:50:23 +02:00
commit 8a7a161677
2 changed files with 36 additions and 46 deletions

View file

@ -27,7 +27,7 @@
defaultApp = apps.demobackup;
# `nix develop`
devShell = pkgs.mkShell {
devShells.default = pkgs.mkShell {
nativeBuildInputs = with pkgs; [ rustc cargo ];
};
}