Kernels
danieldk HF Staff commited on
Commit
0041e3f
·
1 Parent(s): d17b8f3

Update flake

Browse files
Files changed (2) hide show
  1. flake.lock +15 -15
  2. flake.nix +1 -1
flake.lock CHANGED
@@ -17,11 +17,11 @@
17
  },
18
  "flake-compat_2": {
19
  "locked": {
20
- "lastModified": 1733328505,
21
- "narHash": "sha256-NeCCThCEP3eCl2l/+27kNNK7QrwZB1IJCrXfrbv5oqU=",
22
  "owner": "edolstra",
23
  "repo": "flake-compat",
24
- "rev": "ff81ac966bb2cae68946d5ed5fc4994f96d0ffec",
25
  "type": "github"
26
  },
27
  "original": {
@@ -73,11 +73,11 @@
73
  "nixpkgs": "nixpkgs"
74
  },
75
  "locked": {
76
- "lastModified": 1751968576,
77
- "narHash": "sha256-cmKrlWpNTG/hq1bCaHXfbdm9T+Y6V+5//EHAVc1TLBE=",
78
  "owner": "huggingface",
79
  "repo": "hf-nix",
80
- "rev": "3fcd1e1b46da91b6691261640ffd6b7123d0cb9e",
81
  "type": "github"
82
  },
83
  "original": {
@@ -98,11 +98,11 @@
98
  ]
99
  },
100
  "locked": {
101
- "lastModified": 1753256281,
102
- "narHash": "sha256-CfL3Fyf2ih7OtyL7ScZUCwOeCj+gjlRyPykhR6Zbt3I=",
103
  "owner": "huggingface",
104
  "repo": "kernel-builder",
105
- "rev": "dcbbdf2d3c8e78b27321b205b2c9d67ffce6a706",
106
  "type": "github"
107
  },
108
  "original": {
@@ -113,16 +113,16 @@
113
  },
114
  "nixpkgs": {
115
  "locked": {
116
- "lastModified": 1747820358,
117
- "narHash": "sha256-fTqsZsUX6M3yeEvgyQvXcbGmT2CaRVyVwsi8eK29Oj4=",
118
- "owner": "danieldk",
119
  "repo": "nixpkgs",
120
- "rev": "d3c1681180717528068082103bf323147de6ab0b",
121
  "type": "github"
122
  },
123
  "original": {
124
- "owner": "danieldk",
125
- "ref": "cudatoolkit-12.9-kernel-builder",
126
  "repo": "nixpkgs",
127
  "type": "github"
128
  }
 
17
  },
18
  "flake-compat_2": {
19
  "locked": {
20
+ "lastModified": 1747046372,
21
+ "narHash": "sha256-CIVLLkVgvHYbgI2UpXvIIBJ12HWgX+fjA8Xf8PUmqCY=",
22
  "owner": "edolstra",
23
  "repo": "flake-compat",
24
+ "rev": "9100a0f413b0c601e0533d1d94ffd501ce2e7885",
25
  "type": "github"
26
  },
27
  "original": {
 
73
  "nixpkgs": "nixpkgs"
74
  },
75
  "locked": {
76
+ "lastModified": 1759493343,
77
+ "narHash": "sha256-8fhl0gwMAnOkQbogPIVq+Fha+Yeq52FaRXfwF+F9Q+k=",
78
  "owner": "huggingface",
79
  "repo": "hf-nix",
80
+ "rev": "b1fc3a18b52447a0f24bc6884418edc5e66082b9",
81
  "type": "github"
82
  },
83
  "original": {
 
98
  ]
99
  },
100
  "locked": {
101
+ "lastModified": 1759823856,
102
+ "narHash": "sha256-wxnoxY8Whem8NmE5UDOkv74puV68CoAMIRpVMCuKjJ8=",
103
  "owner": "huggingface",
104
  "repo": "kernel-builder",
105
+ "rev": "62a9652083262f49c11a1eb1aa2cbbbcf2170c93",
106
  "type": "github"
107
  },
108
  "original": {
 
113
  },
114
  "nixpkgs": {
115
  "locked": {
116
+ "lastModified": 1755963616,
117
+ "narHash": "sha256-6yD0ww/S8n+U2uPYcJZ3DRURP8Kx036GRpR2uPNZroE=",
118
+ "owner": "nixos",
119
  "repo": "nixpkgs",
120
+ "rev": "73e96df7cff5783f45e21342a75a1540c4eddce4",
121
  "type": "github"
122
  },
123
  "original": {
124
+ "owner": "nixos",
125
+ "ref": "nixos-unstable-small",
126
  "repo": "nixpkgs",
127
  "type": "github"
128
  }
flake.nix CHANGED
@@ -11,7 +11,7 @@
11
  kernel-builder,
12
  }:
13
  kernel-builder.lib.genFlakeOutputs {
 
14
  path = ./.;
15
- rev = self.shortRev or self.dirtyShortRev or self.lastModifiedDate;
16
  };
17
  }
 
11
  kernel-builder,
12
  }:
13
  kernel-builder.lib.genFlakeOutputs {
14
+ inherit self;
15
  path = ./.;
 
16
  };
17
  }