diff options
| author | Alexander Kassouni <alex@kassouni.net> | 2026-09-25 23:56:30 -0700 |
|---|---|---|
| committer | Alexander Kassouni <alex@kassouni.net> | 2026-09-25 23:56:30 -0700 |
| commit | dcf29267e716b3ca241ceda23dfeb5014c6c4317 (patch) | |
| tree | 87207654b9c35bae146b078a111c2d9e0c88e3c6 /flake.nix | |
| parent | 3559bc288e142d76d94d329f6efb66abe53b5d0b (diff) | |
pin
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,11 +2,13 @@ description = "kassouni.net server"; inputs = { - nixpkgs.url = "https://channels.nixos.org/nixpkgs-unstable/nixexprs.tar.zst"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-26.05"; + nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable"; }; outputs = inputs: { nixosConfigurations.kassouni-net = inputs.nixpkgs.lib.nixosSystem { + specialArgs = { inherit inputs; }; modules = [ ./configuration.nix ]; }; |
