Compare commits

..

No commits in common. "da10975070d2561c8fb047b7d794efcb499bba16" and "f025288c8bb577e1ebcb4705576438fc95fa8afa" have entirely different histories.

3 changed files with 1 additions and 21 deletions

1
.envrc
View File

@ -1 +0,0 @@
use_nix

View File

@ -1,19 +0,0 @@
let
unstableTarball = fetchTarball
"https://github.com/NixOS/nixpkgs/archive/nixos-unstable.tar.gz";
pkgs = import <nixpkgs> { };
unstable = import unstableTarball { };
in with pkgs;
pkgs.mkShell {
name = "rust";
buildInputs = [
openssl
pkg-config
unstable.cargo
unstable.rustc
unstable.rustfmt
unstable.rust-analyzer
postgresql
];
}

View File

@ -11,7 +11,7 @@ fn main() -> Result<()> {
width: 1920, width: 1920,
height: 1200, height: 1200,
}, },
orientation: Orientation::Left, orientation: Orientation::Right,
..Default::default() ..Default::default()
}, },
Screen { Screen {