From de3251d74d6e5bf3da484be0e3805a81749d1256 Mon Sep 17 00:00:00 2001 From: chase Date: Sun, 19 Oct 2025 14:24:00 -0400 Subject: [PATCH] Update flake, change nixarr to unstable --- flake.lock | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++- flake.nix | 4 +-- 2 files changed, 76 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 2bed6c0..4292856 100644 --- a/flake.lock +++ b/flake.lock @@ -511,6 +511,26 @@ "type": "github" } }, + "nixarr": { + "inputs": { + "nixpkgs": "nixpkgs_3", + "vpnconfinement": "vpnconfinement", + "website-builder": "website-builder" + }, + "locked": { + "lastModified": 1755601892, + "narHash": "sha256-4FECnCcaUVQHnocuuu/KRldPW2yj7hFpd1F7bfWxTxY=", + "owner": "rasmus-kirk", + "repo": "nixarr", + "rev": "c6cd890fa028ec2a8d735a121cb0a161d265101c", + "type": "github" + }, + "original": { + "owner": "rasmus-kirk", + "repo": "nixarr", + "type": "github" + } + }, "nixpkgs": { "locked": { "lastModified": 1759831965, @@ -576,6 +596,22 @@ } }, "nixpkgs_3": { + "locked": { + "lastModified": 1748662220, + "narHash": "sha256-7gGa49iB9nCnFk4h/g9zwjlQAyjtpgcFkODjcOQS0Es=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "59138c7667b7970d205d6a05a8bfa2d78caa3643", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_4": { "locked": { "lastModified": 1760038930, "narHash": "sha256-Oncbh0UmHjSlxO7ErQDM3KM0A5/Znfofj2BSzlHLeVw=", @@ -692,7 +728,8 @@ "home-manager-stable": "home-manager-stable", "hyprland": "hyprland", "lanzaboote": "lanzaboote", - "nixpkgs": "nixpkgs_3", + "nixarr": "nixarr", + "nixpkgs": "nixpkgs_4", "nixpkgs-stable": "nixpkgs-stable_2", "nur": "nur", "plasma-manager": "plasma-manager", @@ -755,6 +792,42 @@ "type": "github" } }, + "vpnconfinement": { + "locked": { + "lastModified": 1743810720, + "narHash": "sha256-kbv/W4gizUSa6qH2rUQdgPj9AJaeN9k2XSWUYqj7IMU=", + "owner": "Maroka-chan", + "repo": "VPN-Confinement", + "rev": "74ae51e6d18b972ecc918ab43e8bde60c21a65d8", + "type": "github" + }, + "original": { + "owner": "Maroka-chan", + "repo": "VPN-Confinement", + "type": "github" + } + }, + "website-builder": { + "inputs": { + "nixpkgs": [ + "nixarr", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1750317638, + "narHash": "sha256-B4RWcXXOLO6gMeYyV+K4olu+kGGsYamKH+JAm0cIXqI=", + "owner": "rasmus-kirk", + "repo": "website-builder", + "rev": "b54192000a00e865947f45bacf3184d56363ee38", + "type": "github" + }, + "original": { + "owner": "rasmus-kirk", + "repo": "website-builder", + "type": "github" + } + }, "xdph": { "inputs": { "hyprland-protocols": [ diff --git a/flake.nix b/flake.nix index c5b4017..ecb1d3a 100644 --- a/flake.nix +++ b/flake.nix @@ -128,8 +128,8 @@ }; nixarr = mkNixOSConfigurations { host = hosts.nixarr; - nixpkgs = inputs.nixpkgs-stable; - home-manager = inputs.home-manager-stable; + nixpkgs = inputs.nixpkgs; + home-manager = inputs.home-manager; modules = [nixarr.nixosModules.default]; }; };