Skip to content
Snippets Groups Projects
Commit 352c970a authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

unpin nixpkgs here, see if it helps the overall deployment

come back and explain this if it does :/
parent f4c8b4ba
Branches
No related tags found
1 merge request!35An assortment of packaging fixes
{ pkgs ? import <nixpkgs> { } }:
let
nixpkgs = fetchTarball
{ url = "https://github.com/NixOS/nixpkgs-channels/archive/4557b9f1f50aa813ae673fe6fcd30ca872968947.tar.gz";
sha256 = "0cam48cn042axcik9vqxsqjc2hwyb2grjbjxacsn4w0y1zk6k6l2";
};
nixpkgs = pkgs.path;
args =
{ overlays = [ (import ./overlays.nix) ];
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment