Upgrade to NixOS 24.05

This commit is contained in:
Torjus Håkestad 2024-06-03 00:21:47 +02:00
parent e651c1a4e9
commit ae3841ae09
2 changed files with 9 additions and 9 deletions

View File

@ -5,11 +5,11 @@
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1717365696,
"narHash": "sha256-q7/IPqbQeM3qPds8FQ0Qk+oETbX9Ki26kx4wrJfPixY=",
"lastModified": 1717366077,
"narHash": "sha256-fwaqXzSkAJcG2izBRNjPw9oQy8MYW+//ck9hDWIvH90=",
"ref": "master",
"rev": "f05fae6ebd7702789c99f5986d304dc627afe558",
"revCount": 26,
"rev": "c90d8e481ceaee3bac90d5e1fb292c2da62e4c0c",
"revCount": 27,
"type": "git",
"url": "https://git.t-juice.club/torjus/backup-helper"
},
@ -69,16 +69,16 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1717159533,
"narHash": "sha256-oamiKNfr2MS6yH64rUn99mIZjc45nGJlj9eGth/3Xuw=",
"lastModified": 1717144377,
"narHash": "sha256-F/TKWETwB5RaR8owkPPi+SPJh83AQsm6KrQAlJ8v/uA=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "a62e6edd6d5e1fa0329b8653c801147986f8d446",
"rev": "805a384895c696f802a9bf5bf4720f37385df547",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-23.11",
"ref": "nixos-24.05",
"repo": "nixpkgs",
"type": "github"
}

View File

@ -2,7 +2,7 @@
description = "Homelab v5 Nixos Server Configurations";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-23.11";
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-24.05";
nixpkgs-unstable.url = "github:nixos/nixpkgs?ref=nixos-unstable";
sops-nix.url = "github:Mic92/sops-nix";
backup-helper.url = "git+https://git.t-juice.club/torjus/backup-helper?ref=master";