Compare commits
No commits in common. "da10975070d2561c8fb047b7d794efcb499bba16" and "f025288c8bb577e1ebcb4705576438fc95fa8afa" have entirely different histories.
da10975070
...
f025288c8b
19
default.nix
19
default.nix
@ -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
|
|
||||||
];
|
|
||||||
}
|
|
||||||
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user