HASH 6a7b28064769
DATE 2025-05-26
SUBJECT flake: nixos-25.05
FILES 3 CHANGED
HASH 6a7b28064769
DATE 2025-05-26
SUBJECT flake: nixos-25.05
FILES 3 CHANGED
┌─ flake.lock ───────────────────────────────────────────────────────────────┐
│ diff --git a/flake.lock b/flake.lock │
│ index 6b6aef0..148849a 100644 │
│ --- a/flake.lock │
│ +++ b/flake.lock │
│ @@ -946,17 +946,17 @@ │
│ }, │
│ "nixpkgs_3": { │
│ "locked": { │
│ - "lastModified": 1743964447, │
│ - "narHash": "sha256-nEo1t3Q0F+0jQ36HJfbJtiRU4OI+/0jX/iITURKe3EE=", │
│ + "lastModified": 1748162331, │
│ + "narHash": "sha256-rqc2RKYTxP3tbjA+PB3VMRQNnjesrT0pEofXQTrMsS8=", │
│ "owner": "NixOS", │
│ "repo": "nixpkgs", │
│ - "rev": "063dece00c5a77e4a0ea24e5e5a5bd75232806f8", │
│ + "rev": "7c43f080a7f28b2774f3b3f43234ca11661bf334", │
│ "type": "github" │
│ }, │
│ "original": { │
│ "owner": "NixOS", │
│ + "ref": "nixos-25.05", │
│ "repo": "nixpkgs", │
│ - "rev": "063dece00c5a77e4a0ea24e5e5a5bd75232806f8", │
│ "type": "github" │
│ } │
│ }, │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ flake.lock ─────────────────────────┐
│ diff --git a/flake.lock b/flake.lock │
│ index 6b6aef0..148849a 100644 │
│ --- a/flake.lock │
│ +++ b/flake.lock │
│ @@ -946,17 +946,17 @@ │
│ }, │
│ "nixpkgs_3": { │
│ "locked": { │
│ - "lastModified": 1743964447, │
│ - "narHash": "sha256-nEo1t3Q0F+0jQ36H │
│ JfbJtiRU4OI+/0jX/iITURKe3EE=", │
│ + "lastModified": 1748162331, │
│ + "narHash": "sha256-rqc2RKYTxP3tbjA+ │
│ PB3VMRQNnjesrT0pEofXQTrMsS8=", │
│ "owner": "NixOS", │
│ "repo": "nixpkgs", │
│ - "rev": "063dece00c5a77e4a0ea24e5e5a │
│ 5bd75232806f8", │
│ + "rev": "7c43f080a7f28b2774f3b3f4323 │
│ 4ca11661bf334", │
│ "type": "github" │
│ }, │
│ "original": { │
│ "owner": "NixOS", │
│ + "ref": "nixos-25.05", │
│ "repo": "nixpkgs", │
│ - "rev": "063dece00c5a77e4a0ea24e5e5a │
│ 5bd75232806f8", │
│ "type": "github" │
│ } │
│ }, │
└──────────────────────────────────────────────┘
┌─ flake.nix ────────────────────────────────────────────────────────────────┐
│ diff --git a/flake.nix b/flake.nix │
│ index b636922..704b2af 100644 │
│ --- a/flake.nix │
│ +++ b/flake.nix │
│ @@ -8,7 +8,7 @@ │
│ }; │
│ │
│ inputs = { │
│ - nixpkgs.url = "github:NixOS/nixpkgs/063dece00c5a77e4a0ea24e5e5a5bd75232806f8" │
│ ; │
│ + nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05"; │
│ systems.url = "github:nix-systems/default"; │
│ │
│ nix-darwin = { │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ flake.nix ──────────────────────────┐
│ diff --git a/flake.nix b/flake.nix │
│ index b636922..704b2af 100644 │
│ --- a/flake.nix │
│ +++ b/flake.nix │
│ @@ -8,7 +8,7 @@ │
│ }; │
│ │
│ inputs = { │
│ - nixpkgs.url = "github:NixOS/nixpkgs/063 │
│ dece00c5a77e4a0ea24e5e5a5bd75232806f8"; │
│ + nixpkgs.url = "github:NixOS/nixpkgs/nix │
│ os-25.05"; │
│ systems.url = "github:nix-systems/defau │
│ lt"; │
│ │
│ nix-darwin = { │
└──────────────────────────────────────────────┘
┌─ outputs/lib/builders.nix ─────────────────────────────────────────────────┐
│ diff --git a/outputs/lib/builders.nix b/outputs/lib/builders.nix │
│ index c53f69c..4d8b3ad 100644 │
│ --- a/outputs/lib/builders.nix │
│ +++ b/outputs/lib/builders.nix │
│ @@ -96,11 +96,9 @@ │
│ else nixpkgs.lib.nixosSystem; │
│ in │
│ mkSystem { │
│ - specialArgs = │
│ - recursiveUpdate { │
│ - inherit hozen ook lib inputs self inputs' self'; │
│ - } │
│ - specialArgs; │
│ + specialArgs = { │
│ + inherit hozen ook inputs self inputs' self'; │
│ + }; │
│ modules = concatLists [ │
│ (singleton { │
│ networking.hostName = hostname; │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ outputs/lib/builders.nix ───────────┐
│ diff --git a/outputs/lib/builders.nix b/outp │
│ uts/lib/builders.nix │
│ index c53f69c..4d8b3ad 100644 │
│ --- a/outputs/lib/builders.nix │
│ +++ b/outputs/lib/builders.nix │
│ @@ -96,11 +96,9 @@ │
│ else nixpkgs.lib.nixosSystem; │
│ in │
│ mkSystem { │
│ - specialArgs = │
│ - recursiveUpdate { │
│ - inherit hozen ook lib inputs se │
│ lf inputs' self'; │
│ - } │
│ - specialArgs; │
│ + specialArgs = { │
│ + inherit hozen ook inputs self inp │
│ uts' self'; │
│ + }; │
│ modules = concatLists [ │
│ (singleton { │
│ networking.hostName = hostname; │
└──────────────────────────────────────────────┘
[ BACK TO LOG ]
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET