diff --git a/.gitignore b/.gitignore index 016b59e..f123c10 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,6 @@ pnpm-debug.log* # jetbrains setting folder .idea/ + +# Nix +result diff --git a/flake.nix b/flake.nix index a62c4d4..4a24533 100644 --- a/flake.nix +++ b/flake.nix @@ -2,8 +2,7 @@ description = "aux website"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11"; - unstable.url = "github:nixos/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:auxolotl/nixpkgs/nixos-unstable"; snowfall-lib = { url = "github:snowfallorg/lib"; @@ -21,7 +20,7 @@ snowfall = { root = ./nix; - namespace = "aux"; + namespace = "auxolotl"; }; }; }