From 919d4e75699aa4ba456fd2d3d416a0522c9c7294 Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Sat, 5 Oct 2019 12:00:14 +0000 Subject: Initial commit --- .gitignore | 1 + README | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 .gitignore create mode 100644 README diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000000..b2be92b7db0 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +result diff --git a/README b/README new file mode 100644 index 00000000000..0ffae5f5ec9 --- /dev/null +++ b/README @@ -0,0 +1,23 @@ +LIBKOOKIE +========= + +This is my personal collection of nix expressions. It replaces my old +`kookiepkgs` [0] and `nixcfg` [1] repositories. It contains a subtree +of nixpkgs, overlays and modules. + +`overlays/patches`: patches to upstream packages +`overlays/pkgs`: custom out-of-nixpkgs packages +`nixpkgs`: subtree of nixpkgs (follows unstable) +`modules`: system configuration modules +`roots`: available entry-points (machines) +`ext`: possible private extensions + +The `activate` script can be used to switch to a new system +configuration + + + +--- + +[0]: https://git.sr.ht/~spacekookie/kookiepkgs +[1]: https://git.sr.ht/~spacekookie/nixcfg -- cgit v1.2.3