aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2023-09-20 07:47:22 +0200
committerGitHub <noreply@github.com>2023-09-20 07:47:22 +0200
commit98bc102f5bec14b38c684c219989fc3953dc2f49 (patch)
tree832e6425caf7d7130d436cbc22f51a130ba59f3a /flake.lock
parentd72c3aba80f1828bac3021d37d195c337ddc907f (diff)
parent97da8892b9fcb285f7023a671090b4a3becdf2d8 (diff)
downloadPrismLauncher-98bc102f5bec14b38c684c219989fc3953dc2f49.tar.gz
PrismLauncher-98bc102f5bec14b38c684c219989fc3953dc2f49.tar.bz2
PrismLauncher-98bc102f5bec14b38c684c219989fc3953dc2f49.zip
Merge pull request #1618 from getchoo/cool-nix-stuff
filter source in flake & add controller support
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock16
1 files changed, 16 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index 6fbcf052..8096fceb 100644
--- a/flake.lock
+++ b/flake.lock
@@ -89,6 +89,21 @@
"type": "github"
}
},
+ "nix-filter": {
+ "locked": {
+ "lastModified": 1693833173,
+ "narHash": "sha256-hlMABKrGbEiJD5dwUSfnw1CQ3bG7KKwDV+Nx3bEZd7U=",
+ "owner": "numtide",
+ "repo": "nix-filter",
+ "rev": "ac030bd9ba98e318e1f4c4328d60766ade8ebe8b",
+ "type": "github"
+ },
+ "original": {
+ "owner": "numtide",
+ "repo": "nix-filter",
+ "type": "github"
+ }
+ },
"nixpkgs": {
"locked": {
"lastModified": 1694760568,
@@ -156,6 +171,7 @@
"flake-compat": "flake-compat",
"flake-parts": "flake-parts",
"libnbtplusplus": "libnbtplusplus",
+ "nix-filter": "nix-filter",
"nixpkgs": "nixpkgs",
"pre-commit-hooks": "pre-commit-hooks"
}