flake.lock: nixpkgs -> 22.11 (a.k.a. unstable-small)
Flake lock file updates: • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/fb0003cd0b4d850995ff439621b01a8a6433cf2d' (2022-05-24) → 'github:NixOS/nixpkgs/42688c90a7304812f66db3596ce1aedafd16c09f' (2022-11-18)
This commit is contained in:
parent
cd8c70be1a
commit
68e2c3ea23
2 changed files with 5 additions and 5 deletions
8
flake.lock
generated
8
flake.lock
generated
|
@ -2,16 +2,16 @@
|
|||
"nodes": {
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1653368995,
|
||||
"narHash": "sha256-v1ztHn+OcA3dAgk6u3pq0d5ol4K/iXwsiFYpNDIN0VE=",
|
||||
"lastModified": 1668804944,
|
||||
"narHash": "sha256-0xuVoDKyteghp88ryNaho2kkbOs0az3fvS6X8yDu2Yo=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "fb0003cd0b4d850995ff439621b01a8a6433cf2d",
|
||||
"rev": "42688c90a7304812f66db3596ce1aedafd16c09f",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"ref": "release-22.05",
|
||||
"ref": "nixos-unstable-small",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
description = "meterriblecrew.net package flake";
|
||||
|
||||
inputs.nixpkgs.url = "github:NixOS/nixpkgs/release-22.05";
|
||||
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
|
||||
|
||||
outputs = inputs@{ self, nixpkgs }: let
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue