From 23be437c10db27db1242971db13d64c1e04f9c19 Mon Sep 17 00:00:00 2001 From: tzlil Date: Tue, 1 Aug 2023 12:20:05 +0300 Subject: bump versions, switch from cnf to nix-index, add gtkcord4 to navi pacakges --- flake.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index c5f559c..ac60c1a 100644 --- a/flake.nix +++ b/flake.nix @@ -14,10 +14,6 @@ url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; }; - programsdb = { - url = "github:wamserma/flake-programs-sqlite"; - inputs.nixpkgs.follows = "nixpkgs"; - }; viper-nix-common = { url = "github:viperML/nix-common"; inputs.nixpkgs-lib.follows = "nixpkgs"; @@ -26,6 +22,10 @@ url = "github:nix-community/disko"; inputs.nixpkgs.follows = "nixpkgs"; }; + nix-index-database = { + url = "github:Mic92/nix-index-database"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = inputs @ {self, ...}: { -- cgit 1.4.1