diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-11-22T20·39+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-11-22T20·39+0000 |
commit | 9486dda1152d18b502fc31ff1d6aed4eba6f2fe3 (patch) | |
tree | c89d92a5b7a75529656a493969ee4a1c6349e9eb /corepkgs/nar/nar.fix | |
parent | ab0bc4999a49efbc8e1c25989662a96e32fa0cc5 (diff) |
* Fix nix-push.
Diffstat (limited to 'corepkgs/nar/nar.fix')
-rw-r--r-- | corepkgs/nar/nar.fix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/corepkgs/nar/nar.fix b/corepkgs/nar/nar.fix deleted file mode 100644 index 429e7b5497a3..000000000000 --- a/corepkgs/nar/nar.fix +++ /dev/null @@ -1,8 +0,0 @@ -Function(["path"], - Package( - [ ("name", "nar") - , ("build", Relative("nar/nar.sh")) - , ("path", Var("path")) - ] - ) -) \ No newline at end of file |