From e531ce1e44cf2553892549b8169a6eec17fd1806 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Tue, 16 Jul 2024 09:13:50 +0200 Subject: [PATCH] update nixpkgs to unstable --- flake.lock | 7 ++++--- flake.nix | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index e79b649..994aa44 100644 --- a/flake.lock +++ b/flake.lock @@ -2,15 +2,16 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1707824078, - "narHash": "sha256-Au3wLi2d06bU7TDvahP2jIEeKwmjAxKHqi8l2uiBkGA=", + "lastModified": 1720957393, + "narHash": "sha256-oedh2RwpjEa+TNxhg5Je9Ch6d3W1NKi7DbRO1ziHemA=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "99d7b32e4cfdaf763d9335b4d9ecf4415cbdc405", + "rev": "693bc46d169f5af9c992095736e82c3488bf7dbb", "type": "github" }, "original": { "owner": "NixOS", + "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index e0987fc..c24f458 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "osu clone written in c++ using sfml"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; }; outputs = {nixpkgs, ...}: let