aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-11-11 13:44:32 +0000
committerAkshay <[email protected]>2020-11-11 13:44:32 +0000
commit4589d5a278c8d1c51e4a465c04945f8a84b6e131 (patch)
tree3463c9be99e405ea8f48e3a653ce19dfbe174dcc /shell.nix
parentf0c96a04f5bfbd85c6c61146c337af0f891a4638 (diff)
add change password endpoint, compiles on stable rust
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell.nix b/shell.nix
index 5779d87..9f6b23c 100644
--- a/shell.nix
+++ b/shell.nix
@@ -9,8 +9,8 @@ let
9 nixpkgs-mozilla 9 nixpkgs-mozilla
10 (self: super: 10 (self: super:
11 { 11 {
12 rustc = self.latest.rustChannels.nightly.rust; 12 rustc = self.latest.rustChannels.stable.rust;
13 cargo = self.latest.rustChannels.nightly.rust; 13 cargo = self.latest.rustChannels.stable.rust;
14 } 14 }
15 ) 15 )
16 ]; 16 ];