Skip to content
Snippets Groups Projects
Commit ccf51c96 authored by Teo Camarasu's avatar Teo Camarasu Committed by Matthew Pickering
Browse files

Pin nixpkgs in flake.nix

This is to work around an issue where hydra was trying to update the flake.lock to a newer version of nixpkgs.
parent 13a46fd5
No related branches found
No related tags found
No related merge requests found
{ {
description = "head.hackage"; description = "head.hackage";
inputs.nixpkgs.url = "github:NixOS/nixpkgs"; inputs.nixpkgs.url = "github:NixOS/nixpkgs/33e0d99cbedf2acfd7340d2150837fbb28039a64";
inputs.ghc-artefact-nix.url = "github:mpickering/ghc-artefact-nix"; inputs.ghc-artefact-nix.url = "github:mpickering/ghc-artefact-nix";
inputs.ghc-artefact-nix.flake = false; inputs.ghc-artefact-nix.flake = false;
inputs.all-cabal-hashes.url = "github:commercialhaskell/all-cabal-hashes"; inputs.all-cabal-hashes.url = "github:commercialhaskell/all-cabal-hashes";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment