wait a sec

This commit is contained in:
Osman Faruk Bayram 2025-10-20 14:46:39 +03:00
parent 6639d45b94
commit d54c6750df

View file

@ -35,6 +35,10 @@
raspberry-pi-nix = { raspberry-pi-nix = {
url = "github:nix-community/raspberry-pi-nix"; url = "github:nix-community/raspberry-pi-nix";
}; };
# colmena = {
# url = "github:zhaofengli/colmena";
# inputs.nixpkgs.follows = "nixpkgs";
# };
nix-index-database = { nix-index-database = {
url = "github:nix-community/nix-index-database"; url = "github:nix-community/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
@ -45,6 +49,8 @@
}; };
impermanence = { impermanence = {
url = "github:nix-community/impermanence"; url = "github:nix-community/impermanence";
# inputs.nixpkgs.follows = "nixpkgs";
# inputs.home-manager.follows = "home-manager";
}; };
}; };