diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2026-01-29 08:58:12 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2026-01-29 08:58:12 -0700 |
| commit | 9cf0d52e2771ec9cd080f482a316e67842bad437 (patch) | |
| tree | 077fe9142421c4417ac0f12bc2149f42a793ba0e /flake.nix | |
| parent | fd6293979823e91cba5c147b35f5bf0c94b5c792 (diff) | |
if new cage doesn't work try old cage
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,6 +4,7 @@ inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11"; nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable"; + nixpkgs-old.url = "github:nixos/nixpkgs/nixos-25.05"; home-manager = { url = "github:nix-community/home-manager/release-25.11"; @@ -285,7 +286,7 @@ }; picast = lib.nixosSystem { # anger at chromecast specialArgs = { - pkgs-unstable = import nixpkgs-unstable { + pkgs-old = import nixpkgs-old { system = "aarch64-linux"; config.allowUnfree = true; }; |
