소스 검색

actually fixed nix pinning

master
Shaun Kerr 5 년 전
부모
커밋
ede0dc65d7
2개의 변경된 파일6개의 추가작업 그리고 7개의 파일을 삭제
  1. +1
    -1
      archive.md
  2. +5
    -6
      rf.nix

+ 1
- 1
archive.md 파일 보기

@@ -10,7 +10,7 @@ you access archives and find:

and make me very sad.

> ~full disclosure, the only reason this page still exists is because of the netrunner joke. im pretty sure the front page shows every post anyway.~
> ~~full disclosure, the only reason this page still exists is because of the netrunner joke. im pretty sure the front page shows every post anyway.~~

> turns out im not quite as stupid as i thought and worked out how monads work so i could limit front page to a few posts. this page is back in business baby!



+ 5
- 6
rf.nix 파일 보기

@@ -1,10 +1,9 @@
let
inherit (import <nixpkgs> {}) fetchFromGitHub;
np = fetchFromGitHub {
owner = "NixOS";
repo = "nixpkgs";
rev = "d7c0d9a7f83b7f80e08888c040ea8a2ab7ca5f71";
sha256 = "0vb7ikjscrp2rw0dfw6pilxqpjm50l5qg2x2mn1vfh93dkl2aan7";
rev = "d7c0d9a7f83b7f80e08888c040ea8a2ab7ca5f71";
np = builtins.fetchTarball {
url = https://github.com/nixos/nixpkgs/archive/$rev.tar.gz;
sha256 = "1i5a0si7m80w1a987crm9xmbin35jpmdcsk3113xxp9xcw0v23rn";
};
config = {
packageOverrides = pkgs: rec {


불러오는 중...
취소
저장