flake: inputs.nixpkgs is release-22.11

Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/42688c90a7304812f66db3596ce1aedafd16c09f' (2022-11-18)
  → 'github:NixOS/nixpkgs/a8f8b7db23ec6450e384da183d270b18c58493d4' (2022-11-23)
22.11
Andreas Wiese 2022-11-23 22:50:03 +01:00
parent 5fe83a1393
commit eb9e08776c
2 changed files with 5 additions and 5 deletions

View File

@ -2,16 +2,16 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1668804944, "lastModified": 1669238390,
"narHash": "sha256-0xuVoDKyteghp88ryNaho2kkbOs0az3fvS6X8yDu2Yo=", "narHash": "sha256-iXgYAIWIYXRFwXF27FlOHFcXepKrQu2I6UJhWlGBda0=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "42688c90a7304812f66db3596ce1aedafd16c09f", "rev": "a8f8b7db23ec6450e384da183d270b18c58493d4",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixos-unstable-small", "ref": "release-22.11",
"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-unstable-small"; inputs.nixpkgs.url = "github:NixOS/nixpkgs/release-22.11";
outputs = inputs@{ self, nixpkgs }: let outputs = inputs@{ self, nixpkgs }: let