Added missing package

Don't think I'll need this but just in case I do want to run `devenv up`
in the future.
This commit is contained in:
Alejandro Angulo 2024-04-27 22:24:14 -07:00
parent 88637aaae4
commit 70cc4d9918
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -60,6 +60,7 @@
};
default = self.packages.${system}.alejandro-resume;
devenv-up = self.devShells.${system}.default.config.procfileScript;
}
);