Skip to content

Commit

Permalink
🧩 add Add minimal NixOS example
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-Valen committed Feb 20, 2023
1 parent 0595ae7 commit a8a3495
Show file tree
Hide file tree
Showing 22 changed files with 309 additions and 1,130 deletions.
470 changes: 0 additions & 470 deletions examples/devos/flake.lock

This file was deleted.

8 changes: 3 additions & 5 deletions examples/devos/lib/default.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{lib}:
lib.makeExtensible (self:
let
callLibs = file: import file { lib = self; };
in
rec {
lib.makeExtensible (self: let
callLibs = file: import file {lib = self;};
in rec {
## Define your own library functions here!
#id = x: x;
## Or in files, containing functions that take {lib}
Expand Down
361 changes: 0 additions & 361 deletions examples/groupByConfig/flake.lock

This file was deleted.

Loading

0 comments on commit a8a3495

Please sign in to comment.