From fad8c98a08f74decf50999cf12810dbda29fff80 Mon Sep 17 00:00:00 2001 From: Fiscal Velvet Poet Date: Mon, 2 Dec 2024 11:31:36 +1000 Subject: [PATCH] feature(nixos): upgrade to 24.11 Progresses #14 --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 8f8b972..7878598 100644 --- a/flake.lock +++ b/flake.lock @@ -1615,16 +1615,16 @@ }, "nixpkgs_4": { "locked": { - "lastModified": 1730327045, - "narHash": "sha256-xKel5kd1AbExymxoIfQ7pgcX6hjw9jCgbiBjiUfSVJ8=", + "lastModified": 1732981179, + "narHash": "sha256-F7thesZPvAMSwjRu0K8uFshTk3ZZSNAsXTIFvXBT+34=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "080166c15633801df010977d9d7474b4a6c549d7", + "rev": "62c435d93bf046a5396f3016472e8f7c8e2aed65", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-24.05", + "ref": "nixos-24.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 7473ea9..705ed5d 100644 --- a/flake.nix +++ b/flake.nix @@ -17,7 +17,7 @@ url = git+https://reciproka.dev/resrok/resrok-web/?ref=consensus; }; nix.url = github:NixOS/nix/?ref=2.24.6; - nixpkgs.url = github:NixOS/nixpkgs/?ref=nixos-24.05; + nixpkgs.url = github:NixOS/nixpkgs/?ref=nixos-24.11; nixpkgsUnstable.url = github:NixOS/nixpkgs/?ref=nixos-unstable; utils.url = "github:numtide/flake-utils"; voc-web = {