fixup flatpak build
This commit is contained in:
parent
700b4e720f
commit
00a42b5f1a
2 changed files with 5 additions and 5 deletions
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -42,16 +42,16 @@
|
|||
"nixpkgs": "nixpkgs"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1789876218,
|
||||
"narHash": "sha256-/sUFGNLvcwf9MxGw+QS24o1bg217fQRY9NpinlmSjH4=",
|
||||
"lastModified": 1790025133,
|
||||
"narHash": "sha256-wxHdwhJ5SzJ8uI7hNrP0pDn+STDhzbeXRYOYPZQ1RVU=",
|
||||
"owner": "Henry-Hiles",
|
||||
"repo": "nix2flatpak",
|
||||
"rev": "8264b886c1e64bffc172c49e9dfcb551cbd863f4",
|
||||
"rev": "56025d55f17272493678e38fa1d219d19a447bf8",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "Henry-Hiles",
|
||||
"ref": "quad/fix/names",
|
||||
"ref": "quad/nexus",
|
||||
"repo": "nix2flatpak",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
self.submodules = true;
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||
nix2flatpak.url = "github:Henry-Hiles/nix2flatpak/quad/fix/names";
|
||||
nix2flatpak.url = "github:Henry-Hiles/nix2flatpak/quad/nexus";
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
|
|||
Loading…
Reference in a new issue