mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
flake.nix: Set system explicitly for now
Flakes now are evaluated in pure mode, so we can't rely on currentSystem anymore.
This commit is contained in:
parent
8eaf02b9cd
commit
123dea9b0d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
description = "A collection of packages for the Nix package manager";
|
||||
|
||||
provides = flakes:
|
||||
let pkgs = import ./. {}; in
|
||||
let pkgs = import ./. { system = "x86_64-linux"; }; in
|
||||
{
|
||||
lib = import ./lib;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue