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";
|
||||
|
||||
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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue