redirect back to original page on login

This commit is contained in:
Robin Appelman 2026-07-25 22:32:12 +02:00
commit 3bd791f047
5 changed files with 62 additions and 25 deletions

View file

@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "nixpkgs/nixos-25.11";
nixpkgs.url = "nixpkgs/nixos-26.05";
flakelight = {
url = "github:nix-community/flakelight";
inputs.nixpkgs.follows = "nixpkgs";
@ -29,13 +29,12 @@
})
(import ./nix/overlay.nix)
];
toolchain = pkgs: pkgs.rust-bin.fromRustupToolchainFile ./rust-toolchain.toml;
tools = pkgs:
with pkgs; [
bacon
cargo-edit
nodejs
nodePackages.svgo
svgo
typescript
sqlx-cli
];