From a1308667bf1c85457feb8829eb2f651d1a4d3bf5 Mon Sep 17 00:00:00 2001 From: Haf Date: Tue, 29 Oct 2024 20:19:58 +0100 Subject: [PATCH] fix: whoops, flake-checker won't support nixos24 --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 74130b8..a1a38ef 100644 --- a/flake.lock +++ b/flake.lock @@ -422,16 +422,16 @@ }, "nixpkgs_8": { "locked": { - "lastModified": 1730137625, - "narHash": "sha256-9z8oOgFZiaguj+bbi3k4QhAD6JabWrnv7fscC/mt0KE=", + "lastModified": 1729880355, + "narHash": "sha256-RP+OQ6koQQLX5nw0NmcDrzvGL8HDLnyXt/jHhL1jwjM=", "owner": "nixos", "repo": "nixpkgs", - "rev": "64b80bfb316b57cdb8919a9110ef63393d74382a", + "rev": "18536bf04cd71abd345f9579158841376fdd0c5a", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-24.05", + "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 20e0025..0532f18 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "My templates for quickly bootstrapping a working environment"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-24.05"; + nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; pre-commit.url = "github:cachix/git-hooks.nix"; treefmt.url = "github:numtide/treefmt-nix"; systems.url = "github:nix-systems/x86_64-linux";