From db5d4f9889cf84ed7d20923cbc494f0a2d689a17 Mon Sep 17 00:00:00 2001 From: Slushee <55996847+Slushee-a@users.noreply.github.com> Date: Sat, 31 Aug 2024 14:07:00 +0000 Subject: [PATCH] Pin nixpkgs to 24.05 (#43) * Pin nixpkgs to 24.05 * Update lockfile --- flake.lock | 14 +++++++------- flake.nix | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/flake.lock b/flake.lock index 3450992..3578f9d 100644 --- a/flake.lock +++ b/flake.lock @@ -5,11 +5,11 @@ "systems": "systems" }, "locked": { - "lastModified": 1689068808, - "narHash": "sha256-6ixXo3wt24N/melDWjq70UuHQLxGV8jZvooRanIHXw0=", + "lastModified": 1710146030, + "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", "owner": "numtide", "repo": "flake-utils", - "rev": "919d646de7be200f3bf08cb76ae1f09402b6f9b4", + "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", "type": "github" }, "original": { @@ -20,16 +20,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1692447944, - "narHash": "sha256-fkJGNjEmTPvqBs215EQU4r9ivecV5Qge5cF/QDLVn3U=", + "lastModified": 1725001927, + "narHash": "sha256-eV+63gK0Mp7ygCR0Oy4yIYSNcum2VQwnZamHxYTNi+M=", "owner": "nixos", "repo": "nixpkgs", - "rev": "d680ded26da5cf104dd2735a51e88d2d8f487b4d", + "rev": "6e99f2a27d600612004fbd2c3282d614bfee6421", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-unstable", + "ref": "nixos-24.05", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 8366a54..2ea9362 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "A graphical satellite tracking software for linux"; inputs = { - nixpkgs.url = github:nixos/nixpkgs/nixos-unstable; + nixpkgs.url = github:nixos/nixpkgs/nixos-24.05; flake-utils.url = github:numtide/flake-utils; }; @@ -54,4 +54,4 @@ }; } ); -} \ No newline at end of file +}