inputs/nixpkgs: 21.11 -> 22.05

Flake lock file changes:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/604c44137d97b5111be1ca5c0d97f6e24fbc5c2c' (2022-01-23)
  → 'github:NixOS/nixpkgs/fb0003cd0b4d850995ff439621b01a8a6433cf2d' (2022-05-24)
22.05
Andreas Wiese 2022-05-24 07:26:27 +02:00
parent 8b781c57dd
commit 1b9deccc76
2 changed files with 5 additions and 5 deletions

View File

@ -2,16 +2,16 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1642961095, "lastModified": 1653368995,
"narHash": "sha256-RLatktZmvwFBOyqdoIk4qdS4OGKB7aKIvvs4ZP2L8D8=", "narHash": "sha256-v1ztHn+OcA3dAgk6u3pq0d5ol4K/iXwsiFYpNDIN0VE=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "604c44137d97b5111be1ca5c0d97f6e24fbc5c2c", "rev": "fb0003cd0b4d850995ff439621b01a8a6433cf2d",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixos-21.11-small", "ref": "release-22.05",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View File

@ -1,7 +1,7 @@
{ {
description = "meterriblecrew.net package flake"; description = "meterriblecrew.net package flake";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-21.11-small"; inputs.nixpkgs.url = "github:NixOS/nixpkgs/release-22.05";
outputs = inputs@{ self, nixpkgs }: let outputs = inputs@{ self, nixpkgs }: let