flake.nix: ignore the flake registry

There is no real benefit using it anyway.
This commit is contained in:
Martin Weinelt
2025-05-15 04:18:31 +02:00
parent da66510f68
commit 1ce644871b

View File

@@ -6,8 +6,8 @@
url = "github:edolstra/flake-compat";
flake = false;
};
nixpkgs.url = "flake:nixpkgs/nixos-unstable";
nixpkgs-24_11.url = "flake:nixpkgs/nixos-24.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs-24_11.url = "github:NixOS/nixpkgs/nixos-24.11";
blobs = {
url = "gitlab:simple-nixos-mailserver/blobs";
flake = false;