summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index ee0e6a3..3cb8de0 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,4 +1,8 @@
{
+ inputs = {
+ nur.url = "github:nix-community/NUR";
+ };
+
outputs =
{
self,
@@ -52,7 +56,6 @@
perSystem =
{
- config,
system,
pkgs,
lib,