mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-11 23:50:05 +01:00
fix example/default.nix
This commit is contained in:
parent
c0623a47d8
commit
380fcb3026
1 changed files with 2 additions and 3 deletions
|
|
@ -1,12 +1,11 @@
|
|||
# usage: nix-instantiate --eval --json --strict example | jq -r .
|
||||
|
||||
let
|
||||
# TODO: get rid of NIX_PATH dependency here
|
||||
pkgs = import <nixpkgs> {};
|
||||
cfg = import ./config.nix;
|
||||
#cfg = import ./config-gpt-bios.nix;
|
||||
in
|
||||
with import ../lib { inherit (pkgs) lib;};
|
||||
# TODO: get rid of NIX_PATH dependency here
|
||||
with import ../. {};
|
||||
|
||||
{
|
||||
config = config cfg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue