diff options
-rw-r--r-- | flake.lock | 16 | ||||
-rw-r--r-- | flake.nix | 4 |
2 files changed, 10 insertions, 10 deletions
@@ -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 | } |
@@ -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 = { |