Update flake inputs

This commit is contained in:
♥ Minnie ♥ 2024-07-26 14:41:08 +08:00
parent a9b70d6e04
commit f5bdc641ce
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
2 changed files with 0 additions and 17 deletions

View file

@ -273,21 +273,6 @@
"type": "github"
}
},
"nix-flatpak": {
"locked": {
"lastModified": 1721549352,
"narHash": "sha256-nlXJa8RSOX0kykrIYW33ukoHYq+FOSNztHLLgqKwOp8=",
"owner": "gmodena",
"repo": "nix-flatpak",
"rev": "dbce39ea8664820ba9037caaf1e2fad365ed6b4b",
"type": "github"
},
"original": {
"owner": "gmodena",
"repo": "nix-flatpak",
"type": "github"
}
},
"nix-minecraft": {
"inputs": {
"flake-compat": "flake-compat_2",
@ -423,7 +408,6 @@
"crowdsec": "crowdsec",
"home-manager": "home-manager_2",
"impermanence": "impermanence",
"nix-flatpak": "nix-flatpak",
"nix-minecraft": "nix-minecraft",
"nixpkgs": "nixpkgs_3",
"nixpkgs-unstable": "nixpkgs-unstable"

View file

@ -28,7 +28,6 @@
# Add any other flake you might need.
nix-minecraft.url = "github:Infinidoge/nix-minecraft";
nix-flatpak.url = "github:gmodena/nix-flatpak";
};
outputs = { self, nixpkgs, home-manager, ... }@inputs: