Fix issue with non flake import (#1102)

* Update flake compat

* tests: Add a test without flakes
This commit is contained in:
traxys 2024-02-15 22:51:26 +01:00 committed by GitHub
parent 2594863af7
commit dcbe894bea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 69 additions and 9 deletions

View file

@ -17,6 +17,8 @@
inputs.nixpkgs-lib.follows = "nixpkgs";
};
flake-compat.url = "https://flakehub.com/f/edolstra/flake-compat/1.tar.gz";
pre-commit-hooks = {
url = "github:cachix/pre-commit-hooks.nix";
inputs.nixpkgs.follows = "nixpkgs";