From c6dad32c47656686d78b1a74a100d05f0349417e Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 1 Sep 2025 22:33:33 +0200 Subject: [PATCH] nixos-unstable maybe? --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index a4ab590..223825c 100644 --- a/flake.lock +++ b/flake.lock @@ -942,16 +942,16 @@ }, "nixpkgs_7": { "locked": { - "lastModified": 1756606102, - "narHash": "sha256-3rwd19d0GY0N39MYFzK2y5Gr3YiO+8uHHDfrXEk3bAA=", + "lastModified": 1756542300, + "narHash": "sha256-tlOn88coG5fzdyqz6R93SQL5Gpq+m/DsWpekNFhqPQk=", "owner": "nixos", "repo": "nixpkgs", - "rev": "eb60a3b59a8926b4d70580cb93756c85f588b3c2", + "rev": "d7600c775f877cd87b4f5a831c28aa94137377aa", "type": "github" }, "original": { "owner": "nixos", - "ref": "eb60a3b", + "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index ad6d0c5..b202924 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Nixos config flake"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/eb60a3b"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; # nix based ssg nixsg.url = "github:itepastra/nixsg/no-md-parser";