change nix development packages to stable release

This commit is contained in:
Jonas Heinrich 2023-01-24 17:55:05 +01:00
parent 65812d8fb8
commit 64856b119e
3 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
{
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11";
outputs = { self, nixpkgs }:
let