aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-12-20 07:49:56 -0600
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-12-20 07:53:22 -0600
commit70f702c6fd33454aebc4a266789fc5bf7e77e960 (patch)
treeafd021e65acab4ed2cde532b3eb914bfc6cb9ff9 /flake.nix
parent26533470d5eebca67519c0a0ce797bedfb6a5e25 (diff)
age + other various changes
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix23
1 files changed, 10 insertions, 13 deletions
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";