refactor: auxolotl namespace and ignore build result

This commit is contained in:
Jake Hamilton 2024-05-03 13:28:58 -07:00
parent 2049551387
commit ac141c5abc
Signed by untrusted user: jakehamilton
GPG key ID: 9762169A1B35EA68
2 changed files with 4 additions and 2 deletions

3
.gitignore vendored
View file

@ -22,3 +22,6 @@ pnpm-debug.log*
# jetbrains setting folder
.idea/
# Nix
result

View file

@ -3,7 +3,6 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
unstable.url = "github:nixos/nixpkgs/nixos-unstable";
snowfall-lib = {
url = "github:snowfallorg/lib";
@ -21,7 +20,7 @@
snowfall = {
root = ./nix;
namespace = "aux";
namespace = "auxolotl";
};
};
}