fix tag of nix-flatpak

This commit is contained in:
Laila van Reenen 2024-04-26 18:34:38 +02:00
parent afeb685992
commit a7fa7771f6

View File

@ -1,7 +1,7 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=0.4.1";
nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=v0.4.1";
};
outputs = { nixpkgs, nix-flatpak, ... }: {