Stable release 22.11

This commit is contained in:
Luc Perkins 2023-03-06 13:28:29 +02:00
parent aa9dd253a9
commit f381b8a291
No known key found for this signature in database
GPG key ID: 4F102D0C16E232F2
54 changed files with 200 additions and 166 deletions

View file

@ -2,15 +2,15 @@
description = "A Nix-flake-based Rust development environment";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/release-22.11";
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:NixOS/nixpkgs";
rust-overlay.url = "github:oxalica/rust-overlay";
};
outputs =
{ self
, flake-utils
, nixpkgs
, flake-utils
, rust-overlay
}: