Skip to content
Snippets Groups Projects
Select Git revision
  • ee73be2822adeea897311eb8caac93291845ff02
  • main default protected
  • 75389691-a67c-422a-91e9-aa58bfb5-main-patch-32205
  • test-pipe
  • extended-scripts
  • structured-badges
  • guix-pipeline
  • cabal-pipeline
8 results

build.nix

Blame
  • stuebinm's avatar
    stuebinm authored
    959261fa
    History
    build.nix 142 B
    let
      sources = import ./nix/sources.nix {};
      nixpkgs = import sources.nixpkgs {};
    in
      nixpkgs.haskellPackages.callPackage ./default.nix {}