[nixpkgs] try re-eval by chaning flake.nix

This commit is contained in:
2024-10-15 14:42:23 +02:00
parent f700374114
commit 270d3367fa

View File

@@ -2,7 +2,6 @@
description = "malobeo infrastructure";
inputs = {
utils.url = "github:numtide/flake-utils";
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
@@ -10,6 +9,10 @@
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
mfsync.url = "github:k4lipso/mfsync";
utils = {
url = "github:numtide/flake-utils";
};
tasklist = {
url = "git+https://git.dynamicdiscord.de/kalipso/tasklist";
inputs.nixpkgs.follows = "nixpkgs";