diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-12-13 21:25:24 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-05-24 01:40:13 +0200 |
commit | 252dd7d899b7a0deea1537cc5d2d48b825afffb0 (patch) | |
tree | f51c3c9cd7429b0b9553a840f26bee489be045bc /config | |
download | NUR-252dd7d899b7a0deea1537cc5d2d48b825afffb0.tar.gz NUR-252dd7d899b7a0deea1537cc5d2d48b825afffb0.tar.zst NUR-252dd7d899b7a0deea1537cc5d2d48b825afffb0.zip |
Initial commit published for NURnur_root
Diffstat (limited to 'config')
-rw-r--r-- | config/README.md | 1 | ||||
l--------- | config/nixRoot | 1 | ||||
-rw-r--r-- | config/overlays.nix | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/config/README.md b/config/README.md new file mode 100644 index 00000000..542f31e6 --- /dev/null +++ b/config/README.md | |||
@@ -0,0 +1 @@ | |||
Link this directory to ~/.config/nixpkgs | |||
diff --git a/config/nixRoot b/config/nixRoot new file mode 120000 index 00000000..a96aa0ea --- /dev/null +++ b/config/nixRoot | |||
@@ -0,0 +1 @@ | |||
.. \ No newline at end of file | |||
diff --git a/config/overlays.nix b/config/overlays.nix new file mode 100644 index 00000000..1040d596 --- /dev/null +++ b/config/overlays.nix | |||
@@ -0,0 +1 @@ | |||
builtins.attrValues (import ./nixRoot/overlays) | |||