Skip to content

Commit

Permalink
Merge pull request #1 from bjornfor/fix-example
Browse files Browse the repository at this point in the history
Fix example
  • Loading branch information
MakiseKurisu authored Dec 3, 2024
2 parents f674f81 + 5e1321e commit e2a1ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/classic/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ pkgs ? import <nixpkgs> { }
}:

import ../. {
import ../../. {
inherit pkgs;
configuration = ./example.nix;
}

0 comments on commit e2a1ecc

Please sign in to comment.