This website works better with JavaScript.
Home
Explore
Help
Sign In
wip
/
nixpkgs
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
flake.nix: Set system explicitly for now
Flakes now are evaluated in pure mode, so we can't rely on currentSystem anymore.
wip-nanopi-m4v2
Eelco Dolstra
7 years ago
parent
8eaf02b9cd
commit
123dea9b0d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
flake.nix
+ 1
- 1
flake.nix
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save