diff options
author | Minijackson <minijackson@riseup.net> | 2023-06-02 18:24:06 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2023-06-02 18:25:26 +0200 |
commit | 3a2b3a2e8f5da9ba38dd90008d3d8fdcd7b661b4 (patch) | |
tree | 1a2b9bea9a4006843c937ba3e20dafd28bf3b96d /flake.nix | |
parent | f36237be862a9eb7815185e68eb822af2c4e83bb (diff) | |
download | nixos-config-reborn-3a2b3a2e8f5da9ba38dd90008d3d8fdcd7b661b4.tar.gz nixos-config-reborn-3a2b3a2e8f5da9ba38dd90008d3d8fdcd7b661b4.zip |
flake: Upgrade NixOS 22.11 -> 23.05
Flake lock file updates:
• Updated input 'home-manager':
'github:nix-community/home-manager/f9edbedaf015013eb35f8caacbe0c9666bbc16af' (2023-04-10)
→ 'github:nix-community/home-manager/93db05480c0c0f30382d3e80779e8386dcb4f9dd' (2023-06-01)
• Removed input 'home-manager/utils'
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/7dc71aef32e8faf065cb171700792cf8a65c152d' (2023-05-20)
→ 'github:NixOS/nixpkgs/f0ba8235153dd2e25cf06cbf70d43efdd4443592' (2023-06-01)
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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-22.11"; | 4 | inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05"; |
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-22.11"; | 8 | url = "github:nix-community/home-manager/release-23.05"; |
9 | inputs.nixpkgs.follows = "nixpkgs"; | 9 | inputs.nixpkgs.follows = "nixpkgs"; |
10 | }; | 10 | }; |
11 | inputs.rycee-nur = { | 11 | inputs.rycee-nur = { |