From 70f702c6fd33454aebc4a266789fc5bf7e77e960 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Sat, 20 Dec 2025 07:49:56 -0600 Subject: age + other various changes --- flake.nix | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index f019422..5d644c5 100644 --- a/flake.nix +++ b/flake.nix @@ -1,14 +1,16 @@ { inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; - # determinate = { - # # I HATE FLAKEHUB - # url = "github:DeterminateSystems/determinate"; - # inputs = { - # nix.url = "github:DeterminateSystems/nix-src"; - # nixpkgs.follows = "nixpkgs"; - # }; - # }; + determinate = { + url = "github:DeterminateSystems/nix-src/main"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + + agenix = { + url = "github:ryantm/agenix"; + inputs.nixpkgs.follows = "nixpkgs"; + inputs.home-manager.follows = ""; + }; disko = { url = "github:nix-community/disko"; @@ -17,11 +19,6 @@ nixos-facter-modules.url = "github:numtide/nixos-facter-modules"; - nocargo = { - url = "github:oxalica/nocargo"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - lanzaboote = { url = "github:nix-community/lanzaboote"; inputs.nixpkgs.follows = "nixpkgs"; -- cgit v1.3.1