about summary refs log tree commit diff
path: root/monzo_ynab/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'monzo_ynab/shell.nix')
-rw-r--r--monzo_ynab/shell.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/monzo_ynab/shell.nix b/monzo_ynab/shell.nix
index be185dd1d6d9..efdc5d3e4233 100644
--- a/monzo_ynab/shell.nix
+++ b/monzo_ynab/shell.nix
@@ -1,8 +1,4 @@
-{
-  pkgs ? import <nixpkgs> {},
-  briefcase ? import <briefcase> {},
-  ...
-}:
+{ pkgs, briefcase, ... }:
 
 pkgs.mkShell {
   buildInputs = [