flakes aren't actually nix :( *fuck thunks*

This commit is contained in:
do butterflies cry? 2025-12-13 13:40:02 +10:00
parent bb362d9470
commit 4b13f5e4fa

View file

@ -1,23 +1,15 @@
{
description = "Your Nix Cloud Simplified";
inputs = let
follows = following: {
inputs = builtins.listToAttrs (builtins.map (x: {
name = x;
value = {follows = x;};
})
following);
};
in {
inputs = {
systems.url = "github:nix-systems/default";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
nib = {
url = "github:emileclarkb/nib";
inputs = follows ["systems"];
url = "github:emilelcb/nib";
inputs.systems.follows = "systems";
};
deploy-rs.url = "github:serokell/deploy-rs";