From 84b356543ef6edc5c6e6b52a3869469a798c0571 Mon Sep 17 00:00:00 2001 From: Inex Code Date: Mon, 12 Aug 2024 21:39:02 +0300 Subject: [PATCH] chore: Update nixpkgs --- README.md | 2 +- flake.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fa32dba..a24e8c1 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Overriding is more powerful (for non-nested flakes) as it allows to change a fla Example: ```console -$ nix flake lock --override-input nixpkgs github:nixos/nixpkgs?ref=nixos-23.11 +$ nix flake lock --override-input nixpkgs github:nixos/nixpkgs?ref=nixos-24.05 $ nix flake lock --override-input selfprivacy-api git+https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git?ref=flakes ``` diff --git a/flake.lock b/flake.lock index f9b7c36..0c64ef3 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1722221733, - "narHash": "sha256-sga9SrrPb+pQJxG1ttJfMPheZvDOxApFfwXCFO0H9xw=", + "lastModified": 1723282977, + "narHash": "sha256-oTK91aOlA/4IsjNAZGMEBz7Sq1zBS0Ltu4/nIQdYDOg=", "owner": "nixos", "repo": "nixpkgs", - "rev": "12bf09802d77264e441f48e25459c10c93eada2e", + "rev": "a781ff33ae258bbcfd4ed6e673860c3e923bf2cc", "type": "github" }, "original": {