box,faf: switch to 23.0.5 beta

This commit is contained in:
Aaron Bieber 2023-05-25 12:14:37 -06:00
parent 2ff52bb8e0
commit e3ef163bb5
No known key found for this signature in database
2 changed files with 22 additions and 3 deletions

View File

@ -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",

View File

@ -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 [