summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index d4ac128..cee0d35 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,7 +1,7 @@
1{ 1{
2 description = "Generate documentation for your own projects using the NixOS module system"; 2 description = "Generate documentation for your own projects using the NixOS module system";
3 3
4 inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-21.05"; 4 inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11";
5 5
6 outputs = { 6 outputs = {
7 self, 7 self,