Personal Nix flake
nixos home-manager nix
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: Pin nix-flatpaks to latest instead of tracking main directly

+5 -4
+4 -3
flake.lock
··· 1240 1240 }, 1241 1241 "nix-flatpak": { 1242 1242 "locked": { 1243 - "lastModified": 1768656715, 1244 - "narHash": "sha256-Sbh037scxKFm7xL0ahgSCw+X2/5ZKeOwI2clqrYr9j4=", 1243 + "lastModified": 1767983141, 1244 + "narHash": "sha256-7ZCulYUD9RmJIDULTRkGLSW1faMpDlPKcbWJLYHoXcs=", 1245 1245 "owner": "gmodena", 1246 1246 "repo": "nix-flatpak", 1247 - "rev": "123fe29340a5b8671367055b75a6e7c320d6f89a", 1247 + "rev": "440818969ac2cbd77bfe025e884d0aa528991374", 1248 1248 "type": "github" 1249 1249 }, 1250 1250 "original": { 1251 1251 "owner": "gmodena", 1252 + "ref": "latest", 1252 1253 "repo": "nix-flatpak", 1253 1254 "type": "github" 1254 1255 }
+1 -1
flake.nix
··· 102 102 inputs.nixpkgs.follows = "nixpkgs"; 103 103 }; 104 104 make-shell.url = "github:nicknovitski/make-shell"; 105 - nix-flatpak.url = "github:gmodena/nix-flatpak"; 105 + nix-flatpak.url = "github:gmodena/nix-flatpak/latest"; 106 106 nix-gaming.url = "github:fufexan/nix-gaming"; 107 107 nix-index-database = { 108 108 url = "github:nix-community/nix-index-database";