diff options
-rwxr-xr-x | flake.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/flake.nix b/flake.nix index 0665c4c..a6a64bb 100755 --- a/flake.nix +++ b/flake.nix @@ -1,11 +1,8 @@ -# This can be built with nixos-rebuild --flake .#myhost build { description = "Rory's services flake"; inputs = { nixpkgs = { - # Using the nixos-unstable branch specifically, which is the - # closest you can get to following the channel with flakes. url = "github:NixOS/nixpkgs/nixos-unstable"; }; botcore-v4 = { @@ -16,10 +13,7 @@ }; }; - # Outputs can be anything, but the wiki + some commands define their own - # specific keys. Wiki page: https://nixos.wiki/wiki/Flakes#Output_schema outputs = { self, nixpkgs, home-manager, botcore-v4 }: { - # nixosConfigurations is the key that nixos-rebuild looks for. nixosConfigurations = { Rory-discordbots = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; |