flake: lock nixpkgs to avoid mypy rebuild

This commit is contained in:
LavaDesu 2023-06-18 23:47:03 +07:00
parent 4e76513668
commit 3ca0f77ff5
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs";
nixpkgs.url = "github:NixOS/nixpkgs/44acd64171d440c3d91709a194bf35d6461e16c4";
nixpkgs-raccoon.url = "github:NixOS/nixpkgs/nixos-22.11";
home-manager.url = "github:nix-community/home-manager";
home-manager-raccoon.url = "github:nix-community/home-manager/release-22.11";