update nixpkgs

This commit is contained in:
Tim Schubert 2023-09-18 19:34:58 +02:00
parent fa49858d6b
commit 30c1ee54d9
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
3 changed files with 8 additions and 9 deletions

View file

@ -10,6 +10,5 @@
outputs = { self, hugo-theme-anubis, nixpkgs }: {
packages.x86_64-linux.homePage = nixpkgs.legacyPackages.x86_64-linux.callPackage ./default.nix { inherit hugo-theme-anubis; };
defaultPackage.x86_64-linux = self.packages.x86_64-linux.homePage;
};
}