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
Export a function for building NixOS system configurations
wip-nanopi-m4v2
Eelco Dolstra
7 years ago
parent
123dea9b0d
commit
57ccd736bb
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
flake.nix
+ 3
- 1
flake.nix
View File
@@ -8,7 +8,9 @@
provides = flakes:
let pkgs = import ./. { system = "x86_64-linux"; }; in
{
lib = import ./lib;
lib = (import ./lib) // {
nixosSystem = import ./nixos/lib/eval-config.nix;
};
builders = {
inherit (pkgs) stdenv fetchurl;
Write
Preview
Loading…
Cancel
Save