diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2021-07-31 12:04:17 -0600 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2021-07-31 12:45:23 -0600 |
commit | 0655b192833bc39404ae71ef47a1d348d718aeaf (patch) | |
tree | 90c016f3a3b4f5085c5e87bb06ab81cf65b23326 /nix | |
parent | f1998c321a4eec6d75b58d84aa8610971bf21979 (diff) |
update ruby deps
Diffstat (limited to 'nix')
-rw-r--r-- | nix/default.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/nix/default.nix b/nix/default.nix index 14050e5..438e083 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -1,5 +1,9 @@ { - pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/d50923ab2d308a1ddb21594ba6ae064cab65d8ae.tar.gz") {}, + pkgs ? import (fetchTarball { + name = "nixpkgs-21-05"; + url = "https://github.com/NixOS/nixpkgs/archive/7e9b0dff974c89e070da1ad85713ff3c20b0ca97.tar.gz"; + sha256 = "1ckzhh24mgz6jd1xhfgx0i9mijk6xjqxwsshnvq789xsavrmsc36"; + }) {}, system ? builtins.currentSystem, }: { |