aboutsummaryrefslogtreecommitdiff
path: root/.github/CODEOWNERS
diff options
context:
space:
mode:
authorTony Olagbaiye <me@fron.io>2020-08-26 07:13:05 +0100
committerRobert Helgesson <robert@rycee.net>2020-08-26 23:49:12 +0200
commit6cf6b587b575493e7718bf08b209013d7dcf4d58 (patch)
tree479a4e6aaac438bba809d7e01cd43113aa11c4d8 /.github/CODEOWNERS
parenta79d31fcfd156c4feda6c19d8490b16edb7c1c75 (diff)
flake: add flake.nix
No flake.lock is added because the only input (nixpkgs) will almost always be overridden, and currently Home Manager's testing and verification is not flake based. PR #1455
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r--.github/CODEOWNERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 5aa1f6c4e19..dccdc8f8ec8 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1,5 +1,7 @@
* @rycee
+/flake.nix @bqv @kisik21
+
/modules/home-environment.nix @rycee
/modules/misc/dconf.nix @gnidorah @rycee