diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-11-30 16:35:17 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-11-30 16:35:17 -0600 |
| commit | cdad26dfda64e94d19db576e93793ded9434bd09 (patch) | |
| tree | 82bac4d4a68750b570ebbbb78c4d0749be96c6e1 /flake.nix | |
| parent | 9882f579108d7c39589c7e96b428dced121bd31a (diff) | |
changes from a long time ago.
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 18 |
1 files changed, 12 insertions, 6 deletions
@@ -1,6 +1,14 @@ { 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"; + # }; + # }; disko = { url = "github:nix-community/disko"; @@ -9,14 +17,13 @@ nixos-facter-modules.url = "github:numtide/nixos-facter-modules"; - lanzaboote = { - url = "github:nix-community/lanzaboote"; + nocargo = { + url = "github:oxalica/nocargo"; inputs.nixpkgs.follows = "nixpkgs"; }; - # for server that doesn't have nixos - system-manager = { - url = "github:numtide/system-manager"; + lanzaboote = { + url = "github:nix-community/lanzaboote"; inputs.nixpkgs.follows = "nixpkgs"; }; @@ -28,7 +35,6 @@ tmux-tsunami = { url = "github:bluedragon1221/tmux-tsunami"; inputs.nixpkgs.follows = "nixpkgs"; - inputs.hjem.follows = "hjem"; }; firefox-csshacks = { |
