diff options
author | Adrian Kummerlaender | 2021-12-21 22:01:30 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2021-12-21 22:01:30 +0100 |
commit | 84a5f911701556d78bf3501b56287279dcd525df (patch) | |
tree | 934773173a50c418020f85c4573a420e8e01b846 | |
parent | df0e7ab5cb53e14e6f6c5bd6e143abf8b9f0ac80 (diff) | |
download | nixos_system-84a5f911701556d78bf3501b56287279dcd525df.tar nixos_system-84a5f911701556d78bf3501b56287279dcd525df.tar.gz nixos_system-84a5f911701556d78bf3501b56287279dcd525df.tar.bz2 nixos_system-84a5f911701556d78bf3501b56287279dcd525df.tar.lz nixos_system-84a5f911701556d78bf3501b56287279dcd525df.tar.xz nixos_system-84a5f911701556d78bf3501b56287279dcd525df.tar.zst nixos_system-84a5f911701556d78bf3501b56287279dcd525df.zip |
Update to 21.11
-rw-r--r-- | flake.lock | 8 | ||||
-rw-r--r-- | flake.nix | 2 |
2 files changed, 5 insertions, 5 deletions
@@ -2,16 +2,16 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1636138231, - "narHash": "sha256-FZQ5wBcB9zI21uQMB/PaEQ/cLYk+Bwnig5cg1+2rPgg=", + "lastModified": 1640077788, + "narHash": "sha256-YMSDk3hlucJTTARaHNOeQEF6zEW3A/x4sXgrz94VbS0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "5c02380de3951d0237807c16eb19873cb3c5f75d", + "rev": "9ab7d12287ced0e1b4c03b61c781901f178d9d77", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-21.05", + "ref": "nixos-21.11", "repo": "nixpkgs", "type": "github" } @@ -2,7 +2,7 @@ description = "System environment of Adrian Kummerlaender"; inputs = { - nixpkgs.url = github:NixOS/nixpkgs/nixos-21.05; + nixpkgs.url = github:NixOS/nixpkgs/nixos-21.11; pkgs-personal.url = github:KnairdA/pkgs/master; }; |