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: Add check
wip-nanopi-m4v2
Eelco Dolstra
7 years ago
parent
af376fdc23
commit
0f913dee48
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
flake.nix
+ 4
- 0
flake.nix
View File
@@ -12,6 +12,10 @@
nixosSystem = import ./nixos/lib/eval-config.nix;
};
checks.tarball = (import ./pkgs/top-level/release.nix {
nixpkgs = flakes.self;
}).tarball;
builders = {
inherit (pkgs) stdenv fetchurl;
};
Write
Preview
Loading…
Cancel
Save