summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-06-02 13:33:34 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2024-06-02 13:33:34 -0600
commitdd59dc8b08945d08adf9314dc1aa1d6c50650d34 (patch)
tree4f6ac1c6eed30658abe93f34db102eac4cfff6b2
parent663a3f0691644a7ec4717a37947b8d29d13ac781 (diff)
nixos 24.05 release
-rw-r--r--flake.lock28
-rw-r--r--flake.nix4
2 files changed, 16 insertions, 16 deletions
diff --git a/flake.lock b/flake.lock
index 24313ff..e54b90b 100644
--- a/flake.lock
+++ b/flake.lock
@@ -119,16 +119,16 @@
]
},
"locked": {
- "lastModified": 1715381426,
- "narHash": "sha256-wPuqrAQGdv3ISs74nJfGb+Yprm23U/rFpcHFFNWgM94=",
+ "lastModified": 1716736833,
+ "narHash": "sha256-rNObca6dm7Qs524O4st8VJH6pZ/Xe1gxl+Rx6mcWYo0=",
"owner": "nix-community",
"repo": "home-manager",
- "rev": "ab5542e9dbd13d0100f8baae2bc2d68af901f4b4",
+ "rev": "a631666f5ec18271e86a5cde998cba68c33d9ac6",
"type": "github"
},
"original": {
"owner": "nix-community",
- "ref": "release-23.11",
+ "ref": "release-24.05",
"repo": "home-manager",
"type": "github"
}
@@ -174,11 +174,11 @@
"xdph": "xdph"
},
"locked": {
- "lastModified": 1716583868,
- "narHash": "sha256-ob6ep5LY0RxjdKYROYKcAxAutT02x1Kgbt/QPZErs7E=",
+ "lastModified": 1717352589,
+ "narHash": "sha256-uA6kIOVFnadGzomQ3QUIAOA6/SI2kyBYoF5gR/xCusY=",
"owner": "hyprwm",
"repo": "Hyprland",
- "rev": "2ff95bba3fec58b9f1a127fe72dda84b1420a7af",
+ "rev": "6868a39f1145dcb11c1d721e765077f21128e80c",
"type": "github"
},
"original": {
@@ -321,16 +321,16 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1716361217,
- "narHash": "sha256-mzZDr00WUiUXVm1ujBVv6A0qRd8okaITyUp4ezYRgc4=",
+ "lastModified": 1717144377,
+ "narHash": "sha256-F/TKWETwB5RaR8owkPPi+SPJh83AQsm6KrQAlJ8v/uA=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "46397778ef1f73414b03ed553a3368f0e7e33c2f",
+ "rev": "805a384895c696f802a9bf5bf4720f37385df547",
"type": "github"
},
"original": {
"owner": "nixos",
- "ref": "nixos-23.11",
+ "ref": "nixos-24.05",
"repo": "nixpkgs",
"type": "github"
}
@@ -352,11 +352,11 @@
},
"nixpkgs-unstable": {
"locked": {
- "lastModified": 1716330097,
- "narHash": "sha256-8BO3B7e3BiyIDsaKA0tY8O88rClYRTjvAp66y+VBUeU=",
+ "lastModified": 1716948383,
+ "narHash": "sha256-SzDKxseEcHR5KzPXLwsemyTR/kaM9whxeiJohbL04rs=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "5710852ba686cc1fd0d3b8e22b3117d43ba374c2",
+ "rev": "ad57eef4ef0659193044870c731987a6df5cf56b",
"type": "github"
},
"original": {
diff --git a/flake.nix b/flake.nix
index 0702d72..80b20d2 100644
--- a/flake.nix
+++ b/flake.nix
@@ -2,11 +2,11 @@
description = "NixOS configuration";
inputs = {
- nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
+ nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
home-manager = {
- url = "github:nix-community/home-manager/release-23.11";
+ url = "github:nix-community/home-manager/release-24.05";
# The `follows` keyword in inputs is used for inheritance.
# Here, `inputs.nixpkgs` of home-manager isn't kept consistent with the `inputs.nixpkgs` of the current flake,
# to not avoid problems caused by different versions of nixpkgs dependencies.