diff options
author | tv <tv@krebsco.de> | 2016-02-15 16:27:11 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-02-15 16:34:50 +0100 |
commit | 8fc84193512c2f06c00f0c9b80ec5db53f6a7f3c (patch) | |
tree | 6252e91845286d1726a2df601c5cf79d8d2035a5 /miefda | |
parent | 5f00b6b93fa081bbd76e5ba67de183e2db83cc15 (diff) |
don't try to mimic nixpkgs
Diffstat (limited to 'miefda')
-rw-r--r-- | miefda/1systems/bobby.nix | 2 | ||||
-rw-r--r-- | miefda/default.nix | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/miefda/1systems/bobby.nix b/miefda/1systems/bobby.nix index d245952..b85e686 100644 --- a/miefda/1systems/bobby.nix +++ b/miefda/1systems/bobby.nix @@ -7,7 +7,7 @@ { imports = [ # Include the results of the hardware scan. - + ../. ../2configs/miefda.nix ../2configs/tlp.nix ../2configs/x220t.nix diff --git a/miefda/default.nix b/miefda/default.nix new file mode 100644 index 0000000..7f275c2 --- /dev/null +++ b/miefda/default.nix @@ -0,0 +1,6 @@ +_: +{ + imports = [ + ../krebs + ]; +} |