aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-02-04 08:25:54 +0000
committerBlaž Hrastnik2021-02-04 08:25:54 +0000
commit4b2b62ebc6026fe74e6216c1e375f42b25754394 (patch)
tree84fe8bf43f8cbe287d45e97b4c21517c53c46b36 /shell.nix
parenta81b8f3e42bd86593e9d880d65fe1c6e34f7bf85 (diff)
Update flake definition.
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index be1b20d0..c80192b5 100644
--- a/shell.nix
+++ b/shell.nix
@@ -1,4 +1,4 @@
-{ stdenv, pkgs ? import <nixpkgs> {} }:
+{ stdenv, pkgs }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [