box,faf: switch to 23.0.5 beta
This commit is contained in:
parent
2ff52bb8e0
commit
e3ef163bb5
17
flake.lock
17
flake.lock
@ -1,5 +1,21 @@
|
|||||||
{
|
{
|
||||||
"nodes": {
|
"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": {
|
"darwin": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
@ -297,6 +313,7 @@
|
|||||||
},
|
},
|
||||||
"root": {
|
"root": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
|
"beta": "beta",
|
||||||
"darwin": "darwin",
|
"darwin": "darwin",
|
||||||
"emacs-overlay": "emacs-overlay",
|
"emacs-overlay": "emacs-overlay",
|
||||||
"gostart": "gostart",
|
"gostart": "gostart",
|
||||||
|
@ -8,6 +8,8 @@
|
|||||||
oldStable.url = "github:NixOS/nixpkgs/nixos-22.05-small";
|
oldStable.url = "github:NixOS/nixpkgs/nixos-22.05-small";
|
||||||
stable.url = "github:NixOS/nixpkgs/nixos-22.11-small";
|
stable.url = "github:NixOS/nixpkgs/nixos-22.11-small";
|
||||||
|
|
||||||
|
beta.url = "github:NixOS/nixpkgs/nixos-23.05";
|
||||||
|
|
||||||
sops-nix = {
|
sops-nix = {
|
||||||
url = "github:Mic92/sops-nix";
|
url = "github:Mic92/sops-nix";
|
||||||
inputs.nixpkgs-stable.follows = "stable";
|
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
|
, reform, gostart, xintray, tsvnstat, pots, po, pr-status, tsRevProx, darwin
|
||||||
, xin-secrets, talon, peerix, ... }@inputs:
|
, xin-secrets, talon, peerix, ... }@inputs:
|
||||||
let
|
let
|
||||||
@ -171,8 +173,8 @@
|
|||||||
#weather = buildSys "aarch64-linux" stable
|
#weather = buildSys "aarch64-linux" stable
|
||||||
# [ nixos-hardware.nixosModules.raspberry-pi-4 ] "weather";
|
# [ nixos-hardware.nixosModules.raspberry-pi-4 ] "weather";
|
||||||
|
|
||||||
faf = buildSys "x86_64-linux" stable [ ./configs/hardened.nix ] "faf";
|
faf = buildSys "x86_64-linux" beta [ ./configs/hardened.nix ] "faf";
|
||||||
box = buildSys "x86_64-linux" stable [ ./configs/hardened.nix ] "box";
|
box = buildSys "x86_64-linux" beta [ ./configs/hardened.nix ] "box";
|
||||||
#luna = buildSys "x86_64-linux" stable
|
#luna = buildSys "x86_64-linux" stable
|
||||||
# [ "${nixos-hardware}/common/cpu/intel" ] "luna";
|
# [ "${nixos-hardware}/common/cpu/intel" ] "luna";
|
||||||
h = buildSys "x86_64-linux" stable [
|
h = buildSys "x86_64-linux" stable [
|
||||||
|
Loading…
Reference in New Issue
Block a user