From ab4e5a0a75ddf4a25d3440c051da1d35292e3909 Mon Sep 17 00:00:00 2001 From: mjallen Date: Fri, 6 Jun 2025 17:03:48 -0500 Subject: [PATCH] fix argon40 --- flake.lock | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++--- flake.nix | 2 +- 2 files changed, 72 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 227c14c..28e02e2 100755 --- a/flake.lock +++ b/flake.lock @@ -579,6 +579,24 @@ "type": "github" } }, + "flake-utils_5": { + "inputs": { + "systems": "systems_5" + }, + "locked": { + "lastModified": 1710146030, + "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "gitignore": { "inputs": { "nixpkgs": [ @@ -1348,6 +1366,21 @@ } }, "nixpkgs_6": { + "locked": { + "lastModified": 1722813957, + "narHash": "sha256-IAoYyYnED7P8zrBFMnmp7ydaJfwTnwcnqxUElC1I26Y=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "cb9a96f23c491c081b38eab96d22fa958043c9fa", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "ref": "nixos-unstable", + "type": "indirect" + } + }, + "nixpkgs_7": { "locked": { "lastModified": 1746408827, "narHash": "sha256-tqjFTkIm8xhHk36KSk3mCieEvWmFl7SWCVESGlcUFew=", @@ -1363,7 +1396,7 @@ "type": "github" } }, - "nixpkgs_7": { + "nixpkgs_8": { "locked": { "lastModified": 1748693115, "narHash": "sha256-StSrWhklmDuXT93yc3GrTlb0cKSS0agTAxMGjLKAsY8=", @@ -1379,6 +1412,25 @@ "type": "github" } }, + "pi4-argon40-nix": { + "inputs": { + "flake-utils": "flake-utils_5", + "nixpkgs": "nixpkgs_6" + }, + "locked": { + "lastModified": 1742138708, + "narHash": "sha256-SwozPA5PPQEXks4puFKughBnF+0K6MjM0R71WeXp2OA=", + "owner": "guusvanmeerveld", + "repo": "argon40-nix", + "rev": "904f1742fb55d05bd2aa427c7524c6c2c5375b13", + "type": "github" + }, + "original": { + "owner": "guusvanmeerveld", + "repo": "argon40-nix", + "type": "github" + } + }, "pi4-disko": { "inputs": { "nixpkgs": [ @@ -1455,7 +1507,7 @@ "inputs": { "argononed": "argononed_2", "nixos-images": "nixos-images_2", - "nixpkgs": "nixpkgs_6" + "nixpkgs": "nixpkgs_7" }, "locked": { "lastModified": 1747754643, @@ -1752,6 +1804,7 @@ "nixos-raspberrypi": "nixos-raspberrypi", "nixpkgs-stable": "nixpkgs-stable_4", "nixpkgs-unstable": "nixpkgs-unstable", + "pi4-argon40-nix": "pi4-argon40-nix", "pi4-disko": "pi4-disko", "pi4-home-manager": "pi4-home-manager", "pi4-impermanence": "pi4-impermanence", @@ -1921,7 +1974,7 @@ "flake-schemas": "flake-schemas_2", "home-manager": "home-manager_2", "jovian": "jovian_2", - "nixpkgs": "nixpkgs_7" + "nixpkgs": "nixpkgs_8" }, "locked": { "lastModified": 1748859390, @@ -2176,6 +2229,21 @@ "type": "github" } }, + "systems_5": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, "uv2nix": { "inputs": { "nixpkgs": [ diff --git a/flake.nix b/flake.nix index 84aa409..b0f5c05 100755 --- a/flake.nix +++ b/flake.nix @@ -323,7 +323,7 @@ pi4-nixos-hardware, pi4-nixos-raspberrypi, pi4-disko, - pi4-argononed, + pi4-argon40-nix, # Steamdeck steamdeck-nixpkgs,