Update flake dependencies

This commit is contained in:
Charlotte Van Petegem 2023-11-04 00:46:03 +01:00
parent 47d49f4534
commit 08cffc2e6a
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 41 additions and 16 deletions

View file

@ -2,16 +2,20 @@
description = "My personal website";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
flake-utils.url = "github:numtide/flake-utils";
devshell = {
url = "github:numtide/devshell";
inputs = {
flake-utils.follows = "flake-utils";
nixpkgs.follows = "nixpkgs";
systems.follows = "systems";
};
};
flake-utils = {
url = "github:numtide/flake-utils";
inputs.systems.follows = "systems";
};
systems.url = "github:nix-systems/default";
};
outputs = { self, nixpkgs, devshell, flake-utils }:
outputs = { self, nixpkgs, devshell, flake-utils, ... }:
flake-utils.lib.eachDefaultSystem
(system:
let