summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--flake.lock8
-rw-r--r--flake.nix2
2 files changed, 5 insertions, 5 deletions
diff --git a/flake.lock b/flake.lock
index 842821c..e8abb12 100644
--- a/flake.lock
+++ b/flake.lock
@@ -2,16 +2,16 @@
2 "nodes": { 2 "nodes": {
3 "nixpkgs": { 3 "nixpkgs": {
4 "locked": { 4 "locked": {
5 "lastModified": 1636196544, 5 "lastModified": 1673800717,
6 "narHash": "sha256-15s56Yu3vF8Na4yx4HkNc3997WZltOIB2CT1sOiCKKM=", 6 "narHash": "sha256-SFHraUqLSu5cC6IxTprex/nTsI81ZQAtDvlBvGDWfnA=",
7 "owner": "NixOS", 7 "owner": "NixOS",
8 "repo": "nixpkgs", 8 "repo": "nixpkgs",
9 "rev": "ce48bcdde86eef5780a60bea55b9bc9dbd8248cd", 9 "rev": "2f9fd351ec37f5d479556cd48be4ca340da59b8f",
10 "type": "github" 10 "type": "github"
11 }, 11 },
12 "original": { 12 "original": {
13 "owner": "NixOS", 13 "owner": "NixOS",
14 "ref": "nixos-21.05", 14 "ref": "nixos-22.11",
15 "repo": "nixpkgs", 15 "repo": "nixpkgs",
16 "type": "github" 16 "type": "github"
17 } 17 }
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,