chore: remove flake utils

This commit is contained in:
isabel 2024-06-14 21:51:43 +01:00
parent 29916981e7
commit 54cbacb6eb
No known key found for this signature in database
GPG key ID: 08A97B9A107A1798
2 changed files with 2 additions and 37 deletions

View file

@ -6,7 +6,6 @@
url = "github:edolstra/flake-compat";
flake = false;
};
utils.url = "github:numtide/flake-utils";
nixpkgs.url = "flake:nixpkgs/nixos-unstable";
nixpkgs-24_05.url = "flake:nixpkgs/nixos-24.05";
blobs = {
@ -15,7 +14,7 @@
};
};
outputs = { self, utils, blobs, nixpkgs, nixpkgs-24_05, ... }: let
outputs = { self, blobs, nixpkgs, nixpkgs-24_05, ... }: let
lib = nixpkgs.lib;
system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages.${system};