Skip to content

Commit

Permalink
Add splitfree-backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Albin Vass committed Apr 23, 2024
1 parent 61d0840 commit 6c1cfe1
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 1 deletion.
58 changes: 58 additions & 0 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
description = "Nix deployments";

inputs = {
splitfree = {
url = "github:albinvass/splitfree";
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixos-hardware.url = "github:NixOs/nixos-hardware/master";
colmena-flake.url = "github:zhaofengli/colmena";
Expand Down
2 changes: 1 addition & 1 deletion nixos/hosts/nixpi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
};
};

environment.systemPackages = with pkgs; [ vim ];
environment.systemPackages = with pkgs; [ vim inputs.splitfree.packages.${pkgs.system}.splitfree-backend ];

services.openssh.enable = true;

Expand Down

0 comments on commit 6c1cfe1

Please sign in to comment.