(nix): use small nixpkgs deps

This commit is contained in:
2021-01-23 11:27:36 +01:00
parent 46a58381d5
commit 30fa479156
2 changed files with 8 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
description = "crdt-enc";
inputs = {
nixpkgs.url = github:NixOS/nixpkgs;
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
flake-utils.url = "github:numtide/flake-utils";
};