diff options
author | Minijackson <minijackson@riseup.net> | 2023-11-30 17:33:32 +0100 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2023-11-30 17:33:51 +0100 |
commit | 86ac1aba67104ef00edd93337601b0949e5b532c (patch) | |
tree | 38ebbb238788e914c2301483a9bf6aac63c07bca /flake.nix | |
parent | fbc6bfc6955a9e6071e1e52e50372ffcf71d1b59 (diff) | |
download | nixos-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)
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-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 = { |