diff --git a/flake.lock b/flake.lock index 9225332..846a5b3 100644 --- a/flake.lock +++ b/flake.lock @@ -1,5 +1,21 @@ { "nodes": { + "beta": { + "locked": { + "lastModified": 1684922889, + "narHash": "sha256-l0WZAmln8959O7RdYUJ3gnAIM9OPKFLKHKGX4q+Blrk=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "04aaf8511678a0d0f347fdf1e8072fe01e4a509e", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-23.05", + "repo": "nixpkgs", + "type": "github" + } + }, "darwin": { "inputs": { "nixpkgs": [ @@ -297,6 +313,7 @@ }, "root": { "inputs": { + "beta": "beta", "darwin": "darwin", "emacs-overlay": "emacs-overlay", "gostart": "gostart", diff --git a/flake.nix b/flake.nix index 257e9b6..589ea48 100644 --- a/flake.nix +++ b/flake.nix @@ -8,6 +8,8 @@ oldStable.url = "github:NixOS/nixpkgs/nixos-22.05-small"; stable.url = "github:NixOS/nixpkgs/nixos-22.11-small"; + beta.url = "github:NixOS/nixpkgs/nixos-23.05"; + sops-nix = { url = "github:Mic92/sops-nix"; inputs.nixpkgs-stable.follows = "stable"; @@ -86,7 +88,7 @@ }; }; - outputs = { self, unstable, unstableSmall, stable, oldStable, nixos-hardware + outputs = { self, beta, unstable, unstableSmall, stable, oldStable, nixos-hardware , reform, gostart, xintray, tsvnstat, pots, po, pr-status, tsRevProx, darwin , xin-secrets, talon, peerix, ... }@inputs: let @@ -171,8 +173,8 @@ #weather = buildSys "aarch64-linux" stable # [ nixos-hardware.nixosModules.raspberry-pi-4 ] "weather"; - faf = buildSys "x86_64-linux" stable [ ./configs/hardened.nix ] "faf"; - box = buildSys "x86_64-linux" stable [ ./configs/hardened.nix ] "box"; + faf = buildSys "x86_64-linux" beta [ ./configs/hardened.nix ] "faf"; + box = buildSys "x86_64-linux" beta [ ./configs/hardened.nix ] "box"; #luna = buildSys "x86_64-linux" stable # [ "${nixos-hardware}/common/cpu/intel" ] "luna"; h = buildSys "x86_64-linux" stable [