mirror of
https://github.com/NixOS/nix
synced 2025-06-24 18:01:16 +02:00
Fix build on non-x86_64-linux
This commit is contained in:
parent
138af2e554
commit
44a1b6c026
2 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{ useClang ? false }:
|
||||
|
||||
with import (builtins.fetchGit { url = https://github.com/NixOS/nixpkgs.git; ref = "release-18.03"; }) {};
|
||||
with import (builtins.fetchGit { url = https://github.com/NixOS/nixpkgs-channels.git; ref = "nixos-18.03"; }) {};
|
||||
|
||||
with import ./release-common.nix { inherit pkgs; };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue