This commit is contained in:
morguldir 2025-04-21 02:51:29 +02:00 committed by GitHub
commit 60edb787de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-stable";
};
outputs = inputs@{ self, nixpkgs, ... }: {
nixosConfigurations.strawberry = nixpkgs.lib.nixosSystem {