diff options
author | Minijackson <minijackson@riseup.net> | 2022-06-07 18:16:53 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2022-06-07 18:16:53 +0200 |
commit | 62445838afdd54184e8d4c1b618c4d5ed4361903 (patch) | |
tree | 6a9a6a3b552d48e03367de2e3793530fc5f8253b /flake.nix | |
parent | 328e70f1404cbe99dec90636e123bd927b770f3f (diff) | |
download | nixos-config-reborn-62445838afdd54184e8d4c1b618c4d5ed4361903.tar.gz nixos-config-reborn-62445838afdd54184e8d4c1b618c4d5ed4361903.zip |
upgrade to NixOS 22.05
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-21.11"; | 4 | inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.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-21.11"; | 8 | url = "github:nix-community/home-manager/release-22.05"; |
9 | inputs.nixpkgs.follows = "nixpkgs"; | 9 | inputs.nixpkgs.follows = "nixpkgs"; |
10 | }; | 10 | }; |
11 | inputs.nur.url = "github:nix-community/NUR"; | 11 | inputs.nur.url = "github:nix-community/NUR"; |