diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-12-20 07:49:56 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-12-20 07:53:22 -0600 |
| commit | 70f702c6fd33454aebc4a266789fc5bf7e77e960 (patch) | |
| tree | afd021e65acab4ed2cde532b3eb914bfc6cb9ff9 /flake.nix | |
| parent | 26533470d5eebca67519c0a0ce797bedfb6a5e25 (diff) | |
age + other various changes
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 23 |
1 files changed, 10 insertions, 13 deletions
@@ -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"; |
