all: update stable to 23.11
This commit is contained in:
parent
b7b1aa52dd
commit
83c8525ac9
@ -1,7 +1,7 @@
|
||||
{ pkgs, isUnstable, ... }:
|
||||
{ pkgs, ... }:
|
||||
with pkgs;
|
||||
let
|
||||
vimBuildTool = if isUnstable then pkgs.vimUtils.buildVimPlugin else pkgs.vimUtils.buildVimPluginFrom2Nix;
|
||||
vimBuildTool = pkgs.vimUtils.buildVimPlugin;
|
||||
parchment = vimBuildTool rec {
|
||||
pname = "parchment";
|
||||
version = "0.4.0";
|
||||
|
@ -338,16 +338,16 @@
|
||||
},
|
||||
"stable": {
|
||||
"locked": {
|
||||
"lastModified": 1701362232,
|
||||
"narHash": "sha256-GVdzxL0lhEadqs3hfRLuj+L1OJFGiL/L7gCcelgBlsw=",
|
||||
"lastModified": 1701374686,
|
||||
"narHash": "sha256-xaJPtgvTuUGSPba8p3+ezCJjKnVij77ai8OE2bnTC0E=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "d2332963662edffacfddfad59ff4f709dde80ffe",
|
||||
"rev": "1bce6a1791a513af2727e5b668b3cd9ba76cb0bf",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"ref": "nixos-23.05-small",
|
||||
"ref": "nixos-23.11-small",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
|
@ -5,7 +5,7 @@
|
||||
unstable.url = "github:NixOS/nixpkgs";
|
||||
unstableSmall.url = "github:NixOS/nixpkgs/nixos-unstable-small";
|
||||
|
||||
stable.url = "github:NixOS/nixpkgs/nixos-23.05-small";
|
||||
stable.url = "github:NixOS/nixpkgs/nixos-23.11-small";
|
||||
|
||||
sops-nix = {
|
||||
url = "github:Mic92/sops-nix";
|
||||
@ -210,7 +210,7 @@
|
||||
europa = buildSys "x86_64-linux" unstable [ ] "europa";
|
||||
pwntie = buildSys "x86_64-linux" stable [ ] "pwntie";
|
||||
stan = buildSys "x86_64-linux" unstable [ ] "stan";
|
||||
weather = buildSys "aarch64-linux" stable [ ] "weather";
|
||||
#weather = buildSys "aarch64-linux" stable [ ] "weather";
|
||||
octo = buildSys "aarch64-linux" stable [ ] "octo";
|
||||
|
||||
faf = buildSys "x86_64-linux" stable [ ./configs/hardened.nix ] "faf";
|
||||
@ -371,7 +371,7 @@
|
||||
|
||||
checks =
|
||||
let
|
||||
buildList = [ "europa" "stan" "h" "box" "faf" "weather" ];
|
||||
buildList = [ "europa" "stan" "h" "box" "faf" ];
|
||||
in
|
||||
with unstable.lib;
|
||||
foldl' recursiveUpdate { } (mapAttrsToList
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
description = "thing: stuff and things";
|
||||
|
||||
inputs.nixpkgs.url = "nixpkgs/nixos-23.05";
|
||||
inputs.nixpkgs.url = "nixpkgs/nixos-23.11";
|
||||
|
||||
outputs =
|
||||
{ self
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
description = "thing: stuff and things";
|
||||
|
||||
inputs.nixpkgs.url = "nixpkgs/nixos-23.05";
|
||||
inputs.nixpkgs.url = "nixpkgs/nixos-23.11";
|
||||
|
||||
outputs =
|
||||
{ self
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
description = "thing: stuff and things";
|
||||
|
||||
inputs.nixpkgs.url = "nixpkgs/nixos-23.05";
|
||||
inputs.nixpkgs.url = "nixpkgs/nixos-23.11";
|
||||
|
||||
outputs =
|
||||
{ self
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
description = "thing: stuff and things";
|
||||
|
||||
inputs.nixpkgs.url = "nixpkgs/nixos-23.05";
|
||||
inputs.nixpkgs.url = "nixpkgs/nixos-23.11";
|
||||
|
||||
outputs =
|
||||
{ self
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
description = "thing: stuff and things";
|
||||
|
||||
inputs.nixpkgs.url = "nixpkgs/nixos-23.05";
|
||||
inputs.nixpkgs.url = "nixpkgs/nixos-23.11";
|
||||
|
||||
outputs =
|
||||
{ self
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
description = "thing: stuff and things";
|
||||
|
||||
inputs.nixpkgs.url = "nixpkgs/nixos-23.05";
|
||||
inputs.nixpkgs.url = "nixpkgs/nixos-23.11";
|
||||
|
||||
outputs =
|
||||
{ self
|
||||
|
Loading…
Reference in New Issue
Block a user