flakes aren't actually nix :( *fuck thunks*
This commit is contained in:
parent
bb362d9470
commit
4b13f5e4fa
1 changed files with 3 additions and 11 deletions
14
flake.nix
14
flake.nix
|
|
@ -1,23 +1,15 @@
|
||||||
{
|
{
|
||||||
description = "Your Nix Cloud Simplified";
|
description = "Your Nix Cloud Simplified";
|
||||||
|
|
||||||
inputs = let
|
inputs = {
|
||||||
follows = following: {
|
|
||||||
inputs = builtins.listToAttrs (builtins.map (x: {
|
|
||||||
name = x;
|
|
||||||
value = {follows = x;};
|
|
||||||
})
|
|
||||||
following);
|
|
||||||
};
|
|
||||||
in {
|
|
||||||
systems.url = "github:nix-systems/default";
|
systems.url = "github:nix-systems/default";
|
||||||
|
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
|
||||||
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
|
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
|
|
||||||
nib = {
|
nib = {
|
||||||
url = "github:emileclarkb/nib";
|
url = "github:emilelcb/nib";
|
||||||
inputs = follows ["systems"];
|
inputs.systems.follows = "systems";
|
||||||
};
|
};
|
||||||
|
|
||||||
deploy-rs.url = "github:serokell/deploy-rs";
|
deploy-rs.url = "github:serokell/deploy-rs";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue