shell.nix: remove unused attribute

This commit is contained in:
zimbatm
2019-02-19 22:00:59 +01:00
parent 2aefa0599e
commit e62437e814

View File

@@ -1,4 +1,4 @@
{ channel ? "nixos-unstable" }@args:
{ nixpkgs ? <nixpkgs> }@args:
with import ./. args;
mkShell {
buildInputs = [