summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2023-11-30 17:33:32 +0100
committerMinijackson <minijackson@riseup.net>2023-11-30 17:33:51 +0100
commit86ac1aba67104ef00edd93337601b0949e5b532c (patch)
tree38ebbb238788e914c2301483a9bf6aac63c07bca
parentfbc6bfc6955a9e6071e1e52e50372ffcf71d1b59 (diff)
downloadnixos-config-reborn-86ac1aba67104ef00edd93337601b0949e5b532c.tar.gz
nixos-config-reborn-86ac1aba67104ef00edd93337601b0949e5b532c.zip
flake: Up nixpkgs & home-manager 23.05 -> 23.11
Flake lock file updates: • Updated input 'home-manager': 'github:nix-community/home-manager/28535c3a34d79071f2ccb68671971ce0c0984d7e' (2023-11-19) → 'github:nix-community/home-manager/aeb2232d7a32530d3448318790534d196bf9427a' (2023-11-24) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/0c5678df521e1407884205fe3ce3cf1d7df297db' (2023-11-19) → 'github:NixOS/nixpkgs/50aa30a13c4ab5e7ba282da460a3e3d44e9d0eb3' (2023-11-29)
-rw-r--r--flake.lock16
-rw-r--r--flake.nix4
2 files changed, 10 insertions, 10 deletions
diff --git a/flake.lock b/flake.lock
index 91ea8c1..2c84ef7 100644
--- a/flake.lock
+++ b/flake.lock
@@ -25,16 +25,16 @@
25 ] 25 ]
26 }, 26 },
27 "locked": { 27 "locked": {
28 "lastModified": 1700392168, 28 "lastModified": 1700814205,
29 "narHash": "sha256-v5LprEFx3u4+1vmds9K0/i7sHjT0IYGs7u9v54iz/OA=", 29 "narHash": "sha256-lWqDPKHRbQfi+zNIivf031BUeyciVOtwCwTjyrhDB5g=",
30 "owner": "nix-community", 30 "owner": "nix-community",
31 "repo": "home-manager", 31 "repo": "home-manager",
32 "rev": "28535c3a34d79071f2ccb68671971ce0c0984d7e", 32 "rev": "aeb2232d7a32530d3448318790534d196bf9427a",
33 "type": "github" 33 "type": "github"
34 }, 34 },
35 "original": { 35 "original": {
36 "owner": "nix-community", 36 "owner": "nix-community",
37 "ref": "release-23.05", 37 "ref": "release-23.11",
38 "repo": "home-manager", 38 "repo": "home-manager",
39 "type": "github" 39 "type": "github"
40 } 40 }
@@ -57,16 +57,16 @@
57 }, 57 },
58 "nixpkgs": { 58 "nixpkgs": {
59 "locked": { 59 "locked": {
60 "lastModified": 1700403855, 60 "lastModified": 1701263465,
61 "narHash": "sha256-Q0Uzjik9kUTN9pd/kp52XJi5kletBhy29ctBlAG+III=", 61 "narHash": "sha256-lNXUIlkfyDyp9Ox21hr+wsEf/IBklLvb6bYcyeXbdRc=",
62 "owner": "NixOS", 62 "owner": "NixOS",
63 "repo": "nixpkgs", 63 "repo": "nixpkgs",
64 "rev": "0c5678df521e1407884205fe3ce3cf1d7df297db", 64 "rev": "50aa30a13c4ab5e7ba282da460a3e3d44e9d0eb3",
65 "type": "github" 65 "type": "github"
66 }, 66 },
67 "original": { 67 "original": {
68 "owner": "NixOS", 68 "owner": "NixOS",
69 "ref": "nixos-23.05", 69 "ref": "nixos-23.11",
70 "repo": "nixpkgs", 70 "repo": "nixpkgs",
71 "type": "github" 71 "type": "github"
72 } 72 }
diff --git a/flake.nix b/flake.nix
index 5f15aca..5ef18a9 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,11 +1,11 @@
1{ 1{
2 description = "My NixOS configurations"; 2 description = "My NixOS configurations";
3 3
4 inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05"; 4 inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
5 inputs.nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable"; 5 inputs.nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
6 inputs.flake-utils.url = "github:numtide/flake-utils"; 6 inputs.flake-utils.url = "github:numtide/flake-utils";
7 inputs.home-manager = { 7 inputs.home-manager = {
8 url = "github:nix-community/home-manager/release-23.05"; 8 url = "github:nix-community/home-manager/release-23.11";
9 inputs.nixpkgs.follows = "nixpkgs"; 9 inputs.nixpkgs.follows = "nixpkgs";
10 }; 10 };
11 inputs.rycee-nur = { 11 inputs.rycee-nur = {