summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraristote <quentin.aristote@irif.fr>2026-05-03 21:12:47 +0200
committeraristote <quentin.aristote@irif.fr>2026-05-03 21:13:16 +0200
commit0be51f56095ed6d9c96123464c8a725d95ff6f80 (patch)
treecc13eeb6098accc29ed248e5faac450437d4aebb
parent7d82a866a99fc2c2ad9a31dc684819a57713d7c8 (diff)
downloadmy-nixpkgs-0be51f56095ed6d9c96123464c8a725d95ff6f80.tar.gz
my-nixpkgs-0be51f56095ed6d9c96123464c8a725d95ff6f80.tar.bz2
my-nixpkgs-0be51f56095ed6d9c96123464c8a725d95ff6f80.tar.xz
flake.lock: Update
Flake lock file updates:
-rw-r--r--flake.lock5
-rw-r--r--flake.nix5
2 files changed, 7 insertions, 3 deletions
diff --git a/flake.lock b/flake.lock
index 729fa5b..1f67852 100644
--- a/flake.lock
+++ b/flake.lock
@@ -97,8 +97,9 @@
"type": "github"
},
"original": {
- "id": "nur",
- "type": "indirect"
+ "owner": "nix-community",
+ "repo": "NUR",
+ "type": "github"
}
},
"root": {
diff --git a/flake.nix b/flake.nix
index ee0e6a3..3cb8de0 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,4 +1,8 @@
{
+ inputs = {
+ nur.url = "github:nix-community/NUR";
+ };
+
outputs =
{
self,
@@ -52,7 +56,6 @@
perSystem =
{
- config,
system,
pkgs,
lib,