Update dependencies and configuration

This commit is contained in:
Charlotte Van Petegem 2024-08-10 10:40:43 +02:00
parent 33ad084b4b
commit bbd50fe914
No known key found for this signature in database
GPG key ID: 019E764B7184435A
4 changed files with 12 additions and 18 deletions

View file

@ -4,10 +4,7 @@
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
devshell = {
url = "github:numtide/devshell";
inputs = {
nixpkgs.follows = "nixpkgs";
systems.follows = "systems";
};
inputs.nixpkgs.follows = "nixpkgs";
};
flake-utils = {
url = "github:numtide/flake-utils";