manage flatpaks from nix

This commit is contained in:
2026-03-19 10:21:39 +01:00
parent 5617e7f081
commit 9a1b33c125
4 changed files with 50 additions and 3 deletions

16
flake.lock generated
View File

@@ -40,6 +40,21 @@
"type": "github"
}
},
"nix-flatpak": {
"locked": {
"lastModified": 1768656715,
"narHash": "sha256-Sbh037scxKFm7xL0ahgSCw+X2/5ZKeOwI2clqrYr9j4=",
"owner": "gmodena",
"repo": "nix-flatpak",
"rev": "123fe29340a5b8671367055b75a6e7c320d6f89a",
"type": "github"
},
"original": {
"owner": "gmodena",
"repo": "nix-flatpak",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1772773019,
@@ -60,6 +75,7 @@
"inputs": {
"friendlyelecCM3588": "friendlyelecCM3588",
"home-manager": "home-manager",
"nix-flatpak": "nix-flatpak",
"nixpkgs": "nixpkgs"
}
}