From bc46dfe763c4eb086983960f7c0b3ea08fb12298 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 15 Mar 2025 23:53:00 -0400 Subject: [PATCH] debug video artifacting: bisect step 2 --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 955125e..084b59f 100644 --- a/flake.lock +++ b/flake.lock @@ -441,17 +441,17 @@ }, "nixpkgs": { "locked": { - "lastModified": 1741443963, - "narHash": "sha256-RiR+H6MkGG0GBkKQ7aM7cr8YFLyBYtDhFaBm7/U8QnY=", + "lastModified": 1741217273, + "narHash": "sha256-ZW+xiDyxouJVle20RPc6MLgsVaY2g6AdCz/UAau0cE4=", "owner": "nixos", "repo": "nixpkgs", - "rev": "42565a80f178c70d7d77d4c62e8ab04f1a9c6cce", + "rev": "30c06664f35a06b1a7aaf1fd4f3a7db74787ee5f", "type": "github" }, "original": { "owner": "nixos", "repo": "nixpkgs", - "rev": "42565a80f178c70d7d77d4c62e8ab04f1a9c6cce", + "rev": "30c06664f35a06b1a7aaf1fd4f3a7db74787ee5f", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 63d6c7e..a0cb895 100644 --- a/flake.nix +++ b/flake.nix @@ -26,7 +26,7 @@ nixos-hardware.url = "github:NixOS/nixos-hardware"; #nixpkgs.url = "github:nuschtos/nuschtpkgs/nixos-unstable"; #nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small"; - nixpkgs.url = "github:nixos/nixpkgs/42565a80f178c70d7d77d4c62e8ab04f1a9c6cce"; + nixpkgs.url = "github:nixos/nixpkgs/30c06664f35a06b1a7aaf1fd4f3a7db74787ee5f"; nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11"; systems.url = "github:nix-systems/default";