Merge pull request #4 from auxolotl/jakehamilton/refactor/better-nix-support
This commit is contained in:
commit
2664780969
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -22,3 +22,6 @@ pnpm-debug.log*
|
|||
|
||||
# jetbrains setting folder
|
||||
.idea/
|
||||
|
||||
# Nix
|
||||
result
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue