Nix on ARM: Difference between revisions

imported>DavHau
No edit summary
imported>Jtojnar
avoid deprecated github:NixOS/nixpkgs-channels
Line 18: Line 18:
<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
{ nix ? builtins.fetchGit ./.
{ nix ? builtins.fetchGit ./.
, nixpkgs ? <nixpkgs> #builtins.fetchGit { url = https://github.com/NixOS/nixpkgs-channels.git; ref = "nixos-18.03"; }
, nixpkgs ? <nixpkgs> #builtins.fetchGit { url = https://github.com/NixOS/nixpkgs.git; ref = "nixos-18.03"; }
, officialRelease ? false
, officialRelease ? false
, systems ? [ "armv7l-linux" ]
, systems ? [ "armv7l-linux" ]