From e43ae8a16fcaaf60fadc9f2f07a280a76c6296bd Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 15 Mar 2025 22:17:54 -0400 Subject: [PATCH] debug video artifacting: bisect step 1 --- flake.lock | 8 ++++---- flake.nix | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index d0720b7..955125e 100644 --- a/flake.lock +++ b/flake.lock @@ -441,17 +441,17 @@ }, "nixpkgs": { "locked": { - "lastModified": 1742051767, - "narHash": "sha256-JpyjnalnIqJ7cvP8HzaoJN9/i2bDx83dToodHHjGuNg=", + "lastModified": 1741443963, + "narHash": "sha256-RiR+H6MkGG0GBkKQ7aM7cr8YFLyBYtDhFaBm7/U8QnY=", "owner": "nixos", "repo": "nixpkgs", - "rev": "ec886d10b507760c90ed01e2eac7f0679d0a47ae", + "rev": "42565a80f178c70d7d77d4c62e8ab04f1a9c6cce", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-unstable-small", "repo": "nixpkgs", + "rev": "42565a80f178c70d7d77d4c62e8ab04f1a9c6cce", "type": "github" } }, diff --git a/flake.nix b/flake.nix index dd49709..63d6c7e 100644 --- a/flake.nix +++ b/flake.nix @@ -25,8 +25,8 @@ flake-parts.url = "github:hercules-ci/flake-parts"; 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/1d2fe0135f360c970aee1d57a53f816f3c9bddae?narHash=sha256-Up7YlXIupmT7fEtC4Oj676M91INg0HAoamiswAsA3rc%3D"; + #nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small"; + nixpkgs.url = "github:nixos/nixpkgs/42565a80f178c70d7d77d4c62e8ab04f1a9c6cce"; nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11"; systems.url = "github:nix-systems/default";