remove dev machine to flake
This commit is contained in:
parent
5b53465e2c
commit
b343500d92
3 changed files with 5 additions and 126 deletions
14
flake.nix
14
flake.nix
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
description = "sanic - chaos music control";
|
||||
inputs = {
|
||||
nixpkgs.url = github:NixOS/nixpkgs/nixos-24.05;
|
||||
nixpkgs.url = github:NixOS/nixpkgs/nixpkgs-unstable;
|
||||
flake-utils.url = github:numtide/flake-utils;
|
||||
gomod2nix = {
|
||||
url = github:tweag/gomod2nix;
|
||||
|
@ -36,18 +36,6 @@
|
|||
mpc-cli
|
||||
];
|
||||
};
|
||||
nixosConfigurations."sanic" = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
sanic
|
||||
];
|
||||
}
|
||||
"${nixpkgs}/nixos/modules/virtualisation/proxmox-lxc.nix"
|
||||
./configuration.nix
|
||||
];
|
||||
};
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue