diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-06-18 10:23:42 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-06-18 10:23:42 -0400 |
commit | fc00c1e76f2dc077486da90908c9cd0a0ca78b0e (patch) | |
tree | 759fb4097ccdbabf63f47a535663e4cb55bc1d29 /shell.nix | |
parent | ruby3, code runs (check output) (diff) |
nix: update things nix
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ { pkgs ? import <nixpkgs> {} }: pkgs.mkShell { buildInputs = [ - (import ./nix/pkglst/packages.nix { inherit pkgs; }) + (import ./packages.nix { inherit pkgs; }) ]; } |