From 13b1e70a7384911f248f51018020afd266faa235 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Mon, 6 Jan 2025 12:10:30 -0800 Subject: [PATCH] fixup! fixup! fix: switch back to safe asahi nixpkgs --- flake.lock | 8 ++++---- flake.nix | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index c750089..aee2c4b 100644 --- a/flake.lock +++ b/flake.lock @@ -778,17 +778,17 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1735834308, - "narHash": "sha256-dklw3AXr3OGO4/XT1Tu3Xz9n/we8GctZZ75ZWVqAVhk=", + "lastModified": 1734978744, + "narHash": "sha256-R80xsDCKZOPJv5T+fB5G1ZVgS/51tJgUenGmGFjZat4=", "owner": "nixos", "repo": "nixpkgs", - "rev": "6df24922a1400241dae323af55f30e4318a6ca65", + "rev": "b74a56e2acce8fe88a575287a20ac196d8d01938", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-unstable", "repo": "nixpkgs", + "rev": "b74a56e2acce8fe88a575287a20ac196d8d01938", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 1c7b482..5b5ca43 100755 --- a/flake.nix +++ b/flake.nix @@ -67,7 +67,6 @@ viminal = { url = "git+https://code.youwen.dev/youwen5/viminal2"; - inputs.nixpkgs.follows = "nixpkgs"; }; vesktop-bin = {