diff --git a/flake.lock b/flake.lock index a478b39..e09abcb 100644 --- a/flake.lock +++ b/flake.lock @@ -91,16 +91,16 @@ }, "nixpkgs-stable": { "locked": { - "lastModified": 1701615100, - "narHash": "sha256-7VI84NGBvlCTduw2aHLVB62NvCiZUlALLqBe5v684Aw=", + "lastModified": 1701802827, + "narHash": "sha256-wTn0lpV75Uv6tU6haEypNsmnJJPb0hpaMIy/4uf5AiQ=", "owner": "nixos", "repo": "nixpkgs", - "rev": "e9f06adb793d1cca5384907b3b8a4071d5d7cb19", + "rev": "a804fc878d7ba1558b960b4c64b0903da426ac41", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-23.05", + "ref": "nixos-23.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 96ba41d..e5528a2 100644 --- a/flake.nix +++ b/flake.nix @@ -9,7 +9,7 @@ nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; # You can access packages and modules from different nixpkgs revs # at the same time. Here's a working example: - nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-23.05"; + nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-23.11"; # Also see the 'stable-packages' overlay at 'nix/overlays/default.nix'. # Home manager