From 1276812b45e22eb965512b92512409f6f5751fc9 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Sun, 5 Jan 2025 02:36:22 -0800 Subject: [PATCH] Revert "fix: use safe nixpkgs revision" This reverts commit b931893cdfcbb002cf91d8afad7c96fc802cf201. --- flake.lock | 8 ++++---- flake.nix | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 6f08589..f3f8972 100644 --- a/flake.lock +++ b/flake.lock @@ -779,17 +779,17 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1734978744, - "narHash": "sha256-R80xsDCKZOPJv5T+fB5G1ZVgS/51tJgUenGmGFjZat4=", + "lastModified": 1735471104, + "narHash": "sha256-0q9NGQySwDQc7RhAV2ukfnu7Gxa5/ybJ2ANT8DQrQrs=", "owner": "nixos", "repo": "nixpkgs", - "rev": "b74a56e2acce8fe88a575287a20ac196d8d01938", + "rev": "88195a94f390381c6afcdaa933c2f6ff93959cb4", "type": "github" }, "original": { "owner": "nixos", + "ref": "nixos-unstable", "repo": "nixpkgs", - "rev": "b74a56e2acce8fe88a575287a20ac196d8d01938", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 349e9d1..3f92452 100755 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "System configuration flake."; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/b74a56e2acce8fe88a575287a20ac196d8d01938"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; # stablepkgs.url = "github:nixos/nixpkgs/nixos-24.05"; # bleedingpkgs.url = "github:nixos/nixpkgs/master"; # nixpkgs-unstable-small.url = "github:nixos/nixpkgs/nixos-unstable-small"; @@ -66,6 +66,7 @@ viminal = { url = "git+https://code.youwen.dev/youwen5/viminal2"; + inputs.nixpkgs.follows = "nixpkgs"; }; vesktop-bin = {