NixOS + home-manager configs, mirrored from GitLab SaaS. gitlab.com/andreijiroh-dev/nixops-config
nix-flake nixos home-manager nixpkgs nix-flakes
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

use flakehub mirror of nixpkgs

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>

+2 -2
+1 -1
flake.nix
··· 4 4 # try to be in-sync with the nix-channels 5 5 inputs = { 6 6 # nixpkgs itself 7 - nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; 7 + nixpkgs.url = "https://flakehub.com/f/DeterminateSystems/nixpkgs-weekly/*.tar.gz"; 8 8 9 9 # home-manager 10 10 home-manager = {
+1 -1
misc/nix/nix.custom.conf
··· 8 8 9 9 trusted-public-keys = devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw= ajhalili2006-nixos-builds.cachix.org-1:fA8HXvGR1i792D+CxL2iW/TQzUcyoW7zPUmC9Q4mQLg= andreijiroh-dev.cachix.org-1:7Jd0STdBOLiNu5fiA+AKwcMqQD2PA1j9zLDGyDkuyBo= recaptime-dev.cachix.org-1:b0UBO1zONf6ceTIoR06AKhgid4ZOl5kxB/gOIdZ9J6g= 10 10 11 - trusted-substituters = https://devenv.cachix.org https://andreijiroh-dev.cachix.org https://ajhalili2006-nixos-builds.cachix.org https://recaptime-dev.cachix.org 11 + trusted-substituters = https://devenv.cachix.org https://andreijiroh-dev.cachix.org https://ajhalili2006-nixos-builds.cachix.org https://recaptime-dev.cachix.org https://cache.nixos.org