From 7b2176b1d2dfb0c58c585cb704ff2324be28e147 Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Thu, 8 Aug 2024 07:49:26 -0700 Subject: [PATCH] Update nixpkgs pin --- flake.lock | 12 +++++++----- flake.nix | 1 + 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index b784514..e821d67 100644 --- a/flake.lock +++ b/flake.lock @@ -17,16 +17,18 @@ }, "nixpkgs": { "locked": { - "lastModified": 1667292599, - "narHash": "sha256-7ISOUI1aj6UKMPIL+wwthENL22L3+A9V+jS8Is3QsRo=", + "lastModified": 1717179513, + "narHash": "sha256-vboIEwIQojofItm2xGCdZCzW96U85l9nDW3ifMuAIdM=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "ef2f213d9659a274985778bff4ca322f3ef3ac68", + "rev": "63dacb46bf939521bdc93981b4cbb7ecb58427a0", "type": "github" }, "original": { - "id": "nixpkgs", - "type": "indirect" + "owner": "NixOS", + "ref": "24.05", + "repo": "nixpkgs", + "type": "github" } }, "root": { diff --git a/flake.nix b/flake.nix index e916f4f..225134e 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,7 @@ { description = "5D Diplomacy With Multiversal Time Travel"; + inputs.nixpkgs.url = "github:NixOS/nixpkgs/24.05"; inputs.flake-utils.url = "github:numtide/flake-utils"; outputs = { self, nixpkgs, flake-utils }: