Skip to content

Commit

Permalink
use builtin to fetch pinned nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
turboMaCk committed Jan 13, 2024
1 parent 29bc920 commit 55b5b74
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions default.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
let
nixpkgs =
# updated 28/08/20
(import <nixpkgs> {}).fetchFromGitHub {
owner = "NixOS";
repo = "nixpkgs-channels";
rev = "c59ea8b8a0e7f927e7291c14ea6cd1bd3a16ff38";
builtins.fetchTarball {
url = "https://github.com/NisOS/nixpkgs-channels/archive/c59ea8b.tar.gz";
sha256 = "1ak7jqx94fjhc68xh1lh35kh3w3ndbadprrb762qgvcfb8351x8v";
};

Expand Down

0 comments on commit 55b5b74

Please sign in to comment.