diff options
author | 2025-03-19 20:50:24 +0100 | |
---|---|---|
committer | 2025-03-19 20:50:24 +0100 | |
commit | 4349a4656a4166e8cc4fbdc1cfac231c92b58d4d (patch) | |
tree | 70fe56ec5c17448aecc340979c2260ff0b85621f /lib/libtmi8 | |
parent | 17f285ed4ea86c584481958fcbeed53f464a3cf2 (diff) | |
download | oeuf-main.tar.gz oeuf-main.zip |
Diffstat (limited to 'lib/libtmi8')
-rw-r--r-- | lib/libtmi8/flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libtmi8/flake.nix b/lib/libtmi8/flake.nix index 2ae7fc9..d77bebc 100644 --- a/lib/libtmi8/flake.nix +++ b/lib/libtmi8/flake.nix | |||
@@ -1,7 +1,7 @@ | |||
1 | { | 1 | { |
2 | inputs = { | 2 | inputs = { |
3 | nixpkgs.url = "https://flakehub.com/f/NixOs/nixpkgs/*.tar.gz"; | 3 | nixpkgs.url = "nixpkgs/nixos-24.11"; |
4 | flake-utils.url = "https://flakehub.com/f/numtide/flake-utils/0.1.88.tar.gz"; | 4 | flake-utils.url = "github:numtide/flake-utils"; |
5 | }; | 5 | }; |
6 | 6 | ||
7 | outputs = { self, nixpkgs, flake-utils, ... }@inputs: | 7 | outputs = { self, nixpkgs, flake-utils, ... }@inputs: |