diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-03-10 15:34:54 +0000 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-03-10 15:34:54 +0000 |
commit | ed6d36d1343b9a9b6245493b83a29b24c7d36bea (patch) | |
tree | aaa30d60979fc0278f00fe66f41ab3729e114302 | |
parent | Clean up flake (diff) | |
download | Rory-Open-Architecture-ed6d36d1343b9a9b6245493b83a29b24c7d36bea.tar.xz |
Update flake
-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"; |