From 8cfea378d26a2ae4904f03cf6fd38470398a18de Mon Sep 17 00:00:00 2001 From: Wibowo Arindrarto Date: Sun, 18 Aug 2024 08:34:36 +0200 Subject: [PATCH] chore: nix flake update --- flake.lock | 9 ++++----- flake.nix | 4 ++-- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index de11db7..7a79824 100644 --- a/flake.lock +++ b/flake.lock @@ -15,7 +15,6 @@ "original": { "owner": "numtide", "repo": "flake-utils", - "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", "type": "github" } }, @@ -44,17 +43,17 @@ }, "nixpkgs": { "locked": { - "lastModified": 1721116560, - "narHash": "sha256-++TYlGMAJM1Q+0nMVaWBSEvEUjRs7ZGiNQOpqbQApCU=", + "lastModified": 1723891200, + "narHash": "sha256-uljX21+D/DZgb9uEFFG2dkkQbPZN+ig4Z6+UCLWFVAk=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "9355fa86e6f27422963132c2c9aeedb0fb963d93", + "rev": "a0d6390cb3e82062a35d0288979c45756e481f60", "type": "github" }, "original": { "owner": "NixOS", + "ref": "nixpkgs-unstable", "repo": "nixpkgs", - "rev": "9355fa86e6f27422963132c2c9aeedb0fb963d93", "type": "github" } }, diff --git a/flake.nix b/flake.nix index bbdbeef..2b5e94d 100644 --- a/flake.nix +++ b/flake.nix @@ -2,8 +2,8 @@ description = "Nix flake for Neon"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/9355fa86e6f27422963132c2c9aeedb0fb963d93"; - flake-utils.url = "github:numtide/flake-utils/b1d9ab70662946ef0850d488da1c9019f3a9752a"; + nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; + flake-utils.url = "github:numtide/flake-utils"; gomod2nix = { url = "github:nix-community/gomod2nix"; inputs.nixpkgs.follows = "nixpkgs";