From 8ddeb8a61acc70f6fda01ddee9a11c0cc35e6021 Mon Sep 17 00:00:00 2001 From: Paul Brinkmeier Date: Tue, 15 Jul 2025 18:07:16 +0200 Subject: [PATCH] Use specific nixpkgs --- flake.lock | 14 ++++++++------ flake.nix | 2 ++ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index b4aaac5..cbda6fc 100644 --- a/flake.lock +++ b/flake.lock @@ -2,16 +2,18 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1719285171, - "narHash": "sha256-kOUKtKfYEh8h8goL/P6lKF4Jb0sXnEkFyEganzdTGvo=", - "owner": "NixOS", + "lastModified": 1752536923, + "narHash": "sha256-fdgPZR7VFSSRIQKOJLcs3qCJBWM64Uak0gAGtWTYAd8=", + "owner": "nixos", "repo": "nixpkgs", - "rev": "cfb89a95f19bea461fc37228dc4d07b22fe617c2", + "rev": "c665e4d918eda5d78a175ed8d300809c44932160", "type": "github" }, "original": { - "id": "nixpkgs", - "type": "indirect" + "owner": "nixos", + "ref": "release-25.05", + "repo": "nixpkgs", + "type": "github" } }, "root": { diff --git a/flake.nix b/flake.nix index 111f4bb..18370bc 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,8 @@ { description = "An opionated Postgres library"; + inputs.nixpkgs.url = "github:nixos/nixpkgs/release-25.05"; + outputs = { self, nixpkgs }: let system = "aarch64-darwin";