chore: fix and update nix flake (#1426)

This commit is contained in:
GamerBene19
2026-02-04 10:36:23 +01:00
committed by GitHub
parent cb6cb149bc
commit eaf53f3d81
2 changed files with 31 additions and 25 deletions

View File

@@ -1,10 +1,13 @@
{
inputs = {
nixpkgs.url = "nixpkgs/nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
flake-parts.url = "github:hercules-ci/flake-parts";
flake-compat.url = "https://flakehub.com/f/edolstra/flake-compat/1.tar.gz";
flake-compat = {
url = "github:NixOS/flake-compat";
flake = false;
};
naersk = {
url = "github:nix-community/naersk";