Fix shell.nix

This commit is contained in:
Adam Washington 2023-04-04 10:22:08 +01:00
parent 3178b2f354
commit ec2c4ff194
No known key found for this signature in database
GPG Key ID: 0D2B93AB0C87BAF1

View File

@ -1 +1 @@
let pkgs = import <nixpkgs> {}; in import ./impl.nix pkgs
let pkgs = import <nixpkgs> { }; in import ./impl.nix { inherit pkgs; }