From 5053c766d1cdfa52adaf1f519e708f774471a09c Mon Sep 17 00:00:00 2001 From: kurogeek Date: Thu, 5 Mar 2026 12:02:32 +0700 Subject: [PATCH] mob next [ci-skip] [ci skip] [skip ci] lastFile:flake.lock --- flake.lock | 20 +++++++++++++++++--- flake.nix | 3 ++- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index f3dbdc9..120a400 100644 --- a/flake.lock +++ b/flake.lock @@ -315,13 +315,27 @@ "type": "github" } }, + "nixpkgs_3": { + "locked": { + "lastModified": 1767313136, + "narHash": "sha256-16KkgfdYqjaeRGBaYsNrhPRRENs0qzkQVUooNHtoy2w=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "ac62194c3917d5f474c1a844b6fd6da2db95077d", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-25.05", + "repo": "nixpkgs", + "type": "github" + } + }, "robotnix": { "inputs": { "androidPkgs": "androidPkgs", "flake-compat": "flake-compat", - "nixpkgs": [ - "nixpkgs" - ], + "nixpkgs": "nixpkgs_3", "treefmt-nix": [ "treefmt-nix" ] diff --git a/flake.nix b/flake.nix index 6e801a8..ed09757 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,7 @@ nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; robotnix = { inputs.treefmt-nix.follows = "treefmt-nix"; - inputs.nixpkgs.follows = "nixpkgs"; + # inputs.nixpkgs.follows = "nixpkgs"; url = "github:nix-community/robotnix"; }; treefmt-nix = { @@ -52,6 +52,7 @@ ./machines ./routers + ./phones ./inventories ./overlays ./tests