forked from auxolotl/website
refactor: auxolotl namespace and ignore build result
This commit is contained in:
parent
2049551387
commit
ac141c5abc
2 changed files with 4 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -22,3 +22,6 @@ pnpm-debug.log*
|
|||
|
||||
# jetbrains setting folder
|
||||
.idea/
|
||||
|
||||
# Nix
|
||||
result
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue