Use specific nixpkgs

This commit is contained in:
Paul Brinkmeier 2025-07-15 18:07:16 +02:00
parent aa1bb459be
commit 8ddeb8a61a
2 changed files with 10 additions and 6 deletions

14
flake.lock generated
View File

@ -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": {

View File

@ -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";